

:root {
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: auto;
	
	--swiper-pagination-bullet-opacity: 0.8;
	--swiper-pagination-bullet-inactive-opacity: 0.3;
	--swiper-pagination-color: rgba(255, 255, 255, 1.0);
	--swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 1.0);
	--swiper-pagination-bullet-vertical-gap: 10px;
	--swiper-pagination-bullet-horizontal-gap: 3px;
	--swiper-pagination-bullet-size: 8px;
	--swiper-pagination-bullet-width: 7px;
	--swiper-pagination-bullet-height: 7px;
	/*--swiper-pagination-right: 15px;*/
	--swiper-pagination-bottom: 90px;
	--swiper-pagination-right: 16px;
	--swiper-navigation-stroke: 24px;
	--swiper-navigation-size: 24px;
	--swiper-navigation-top-offset: 50%;
	--swiper-navigation-sides-offset: 10px;
	--swiper-navigation-color: rgba(255,255,255, 0.9);
}

.swiper-pagination-bullet {
	
	background-color:rgba(65, 195, 224, 1.0);
	transition: scale 0.5s linear;
	z-index: 9999;
}

.swiper-pagination-bullet-active {
	
	scale: 1.0;
	background-color:rgba(65, 195, 224, 1.0);
	box-shadow: 0px 0px 0px 2px rgba(65, 195, 224, 0.5); 
	z-index: 9999;
}

.p2Pagination .swiper-pagination-bullet {
	
	width: 7px;
	height: 7px;
	background-color:rgba(9, 29, 33, 0.9);
	
	margin-top: 0px;
	margin-right: 25px;
	opacity: 1;
	z-index: 9999;
}

.p2Pagination .swiper-pagination-bullet-active {
	
	background-color:rgba(90, 228, 224, 0.95);
	box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.8); 
}

.sbp-gallery {
	
	position: absolute;
	rotate: -90deg;
	background-color: #41C3E0;
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' %3E%3Ctitle%3Echevron-up%3C/title%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	right:0;
	bottom: 0%;
	margin-right:8px;
	margin-bottom: 145px;
	opacity: 0.15;
	width: 22px;
	height: 22px;
	scale: 1.2;
	z-index:9999;
	transition: 0.3s;
}

.sbp-gallery:active {	

	opacity: 0.4;
}

.sbn-gallery {	

	position: absolute;
	rotate: 90deg;
	background-color: #41C3E0;
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' %3E%3Ctitle%3Echevron-up%3C/title%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	right:0;
	bottom: -25px;
	margin-right:8px;
	margin-bottom: 115px;
	opacity: 0.15;
	width: 22px;
	height: 22px;
	scale: 1.2;
	z-index:9999;
	transition: 0.3s;
}

.sbn-gallery:active {	

	opacity: 0.4;
}

.sbp-gallery-v {
	
	position: absolute;
	rotate: 0deg;
	background-color: #41C3E0;
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' %3E%3Ctitle%3Echevron-up%3C/title%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	right:0px;
	top:50%;
	/*margin-top: -90px;*/
	margin-top: -70px;
	margin-right:8px;
	/*margin-right:28px;*/
	opacity: 0.15;
	width: 22px;
	height: 22px;
	scale: 1.2;
	z-index:1;
	z-index:9999;
	transition: 0.3s;
}

.sbp-gallery-v:active {	

	opacity: 0.4;
}

.sbn-gallery-v {	

	position: fixed;
	rotate: 180deg;
	background-color: #41C3E0;
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' %3E%3Ctitle%3Echevron-up%3C/title%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	right:0px;
	top:50%;
	/*margin-top: 65px;*/
	margin-top: 45px;
	margin-right:8px;
	/*margin-right:28px;*/
	opacity: 0.15;
	width: 22px;
	height: 22px;
	scale: 1.2;
	z-index:9999;
	transition: 0.3s;
}

.sbn-gallery-v:active {	

	opacity: 0.4;
}

:host {
	
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

html,
body {
	
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	touch-action: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(201, 224, 253, 0.0);
}

body {
	
	background: #000;
	font-family: Comfortaa, Quicksand, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

img {
	
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.background {
	
	animation: zoomIn;
	animation-duration: 0.5s;
	opacity: 1.0;
	position: absolute;
	width:100%;
	height: 100%;
	scale: 1.0;
	background-image: url('/assets/smavco_v1.8/img/smavco-kek-fa-padlo-hatter-2-2000px.jpg');
	background-image:
		image-set(
			"/assets/smavco_v1.8/img/smavco-kek-fa-padlo-hatter-2-2000px.webp" type("image/webp"),
			"/assets/smavco_v1.8/img/smavco-kek-fa-padlo-hatter-2-2000px.jpg" type("image/jpeg")
		);
	background-repeat: no-repeat;
	background-position: center ;
	background-size: 100% 100%;
	z-index: -3;
}
	
.up-fader {
	
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 80%);
	position: fixed;
	width: 100%;
	height: 100px;
	z-index: 10;
}	
	
.left-fader {
	
	background: linear-gradient(90deg, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
	position: fixed;
	top:0;
	left: 0;
	width: 24vw;
	height: 100%;
	z-index: -2;
}

.right-fader {
	
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%);
	position: fixed;
	top:0;
	right: 0;
	width: 24vw;
	height: 100%;
	z-index: -2;
}
			
.down-fader {
	
	pointer-events: none;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1.0) 10%, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 90px;
	opacity: 1.0;
	z-index: 0;
	
	opacity:1;
}	

.fullpage {
	
	position: fixed;
	width: 100%;
	height: 100%;
}

.swiper {
	
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	display: block;
}

.swiper-slide {
	
	text-align: center;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.logo {
	
	animation: fadeIn;	
	animation-duration: 1.5s;
	background-color: transparent;
	width: 20vmax;
	position: absolute;
	
	left: 50%;
	
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	margin-top: 40px;
	z-index: 1;
}

.material-icons-help {
	
	position: absolute;
	top: 23px;
	right: 40px;
	z-index:21;
	scale: 0.5;
	animation: mobileSH 10s infinite ease-out;
	animation-delay: 2s;
	opacity: 0;
}

@keyframes mobileSH {
	0% {
		opacity: 0;
	}
	4% {
		opacity: 0.9;
	}
	40% {
		opacity: 0.9;
	}
	45% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.material-icons-mobil {
	position: absolute;
	background-image: 
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2341C3E0' opacity='0.4' %3E%3Ctitle%3Ecellphone%3C/title%3E%3Cpath d='M17,19H7V5H17M17,1H7C5.89,1 5,1.89 5,3V21A2,2 0 0,0 7,23H17A2,2 0 0,0 19,21V3C19,1.89 18.1,1 17,1Z' /%3E%3C/svg%3E")
		;
	background-repeat: no-repeat;
	background-size: cover;
	top: 2px;
	left: 8px;
	width: 65px;
	height: 65px;
	z-index:21;
}

.material-icons-swipe {
	
	position: absolute;
	background-image: 		
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2341C3E0' opacity='1.0' %3E%3Ctitle%3Egesture-tap%3C/title%3E%3Cpath d='M10,9A1,1 0 0,1 11,8A1,1 0 0,1 12,9V13.47L13.21,13.6L18.15,15.79C18.68,16.03 19,16.56 19,17.14V21.5C18.97,22.32 18.32,22.97 17.5,23H11C10.62,23 10.26,22.85 10,22.57L5.1,18.37L5.84,17.6C6.03,17.39 6.3,17.28 6.58,17.28H6.8L10,19V9M11,5A4,4 0 0,1 15,9C15,10.5 14.2,11.77 13,12.46V11.24C13.61,10.69 14,9.89 14,9A3,3 0 0,0 11,6A3,3 0 0,0 8,9C8,9.89 8.39,10.69 9,11.24V12.46C7.8,11.77 7,10.5 7,9A4,4 0 0,1 11,5Z' /%3E%3C/svg%3E"),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2341C3E0' opacity='1.0' %3E%3Ctitle%3Egesture-tap%3C/title%3E%3Cpath d='M10,9A1,1 0 0,1 11,8A1,1 0 0,1 12,9V13.47L13.21,13.6L18.15,15.79C18.68,16.03 19,16.56 19,17.14V21.5C18.97,22.32 18.32,22.97 17.5,23H11C10.62,23 10.26,22.85 10,22.57L5.1,18.37L5.84,17.6C6.03,17.39 6.3,17.28 6.58,17.28H6.8L10,19V9M11,5A4,4 0 0,1 15,9C15,10.5 14.2,11.77 13,12.46V11.24C13.61,10.69 14,9.89 14,9A3,3 0 0,0 11,6A3,3 0 0,0 8,9C8,9.89 8.39,10.69 9,11.24V12.46C7.8,11.77 7,10.5 7,9A4,4 0 0,1 11,5Z' /%3E%3C/svg%3E"),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2341C3E0' opacity='1.0' %3E%3Ctitle%3Egesture-tap%3C/title%3E%3Cpath d='M10,9A1,1 0 0,1 11,8A1,1 0 0,1 12,9V13.47L13.21,13.6L18.15,15.79C18.68,16.03 19,16.56 19,17.14V21.5C18.97,22.32 18.32,22.97 17.5,23H11C10.62,23 10.26,22.85 10,22.57L5.1,18.37L5.84,17.6C6.03,17.39 6.3,17.28 6.58,17.28H6.8L10,19V9M11,5A4,4 0 0,1 15,9C15,10.5 14.2,11.77 13,12.46V11.24C13.61,10.69 14,9.89 14,9A3,3 0 0,0 11,6A3,3 0 0,0 8,9C8,9.89 8.39,10.69 9,11.24V12.46C7.8,11.77 7,10.5 7,9A4,4 0 0,1 11,5Z' /%3E%3C/svg%3E"),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2341C3E0' opacity='1.0' %3E%3Ctitle%3Egesture-tap%3C/title%3E%3Cpath d='M10,9A1,1 0 0,1 11,8A1,1 0 0,1 12,9V13.47L13.21,13.6L18.15,15.79C18.68,16.03 19,16.56 19,17.14V21.5C18.97,22.32 18.32,22.97 17.5,23H11C10.62,23 10.26,22.85 10,22.57L5.1,18.37L5.84,17.6C6.03,17.39 6.3,17.28 6.58,17.28H6.8L10,19V9M11,5A4,4 0 0,1 15,9C15,10.5 14.2,11.77 13,12.46V11.24C13.61,10.69 14,9.89 14,9A3,3 0 0,0 11,6A3,3 0 0,0 8,9C8,9.89 8.39,10.69 9,11.24V12.46C7.8,11.77 7,10.5 7,9A4,4 0 0,1 11,5Z' /%3E%3C/svg%3E")	
		;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: cover, 0, 0, 0;
	top: 25px;
	left: 28px;
	width: 28px;
	height: 28px;
	z-index:21; 
    scale:1.5;     
	animation: moveSwipe 10s infinite ease-out;
	animation-delay: 2s;
}

@keyframes moveSwipe {
	0% {
		transform: translateY(0);
		opacity: 0;
		background-size: cover, 0,0,0;
	}
	8% {
		transform: translateY(0);
		opacity: 0;
		background-size: cover, 0,0,0;
	}
	10% {
		transform: translateY(0);
		opacity: 1.0;
		background-size: cover, 0,0,0;
	}
	12% {
		transform: translateY(-10px);
		opacity: 1.0;
		background-size: cover, 0,0,0;
	}
	14% {
		transform: translateY(-10px);
		opacity: 0;
		background-size: cover, 0,0,0;
	}
	16% {
		opacity: 1.0;
		background-size: 0, cover,0,0;
	}
	18% {
		transform: translateY(10px);
		opacity: 1.0;
		background-size: 0, cover,0,0;
	}
	20% {
		transform: translateY(10px);
		opacity: 0;
		background-size: 0, cover,0,0;
	}
	22% {
		opacity: 0;
		background-size: 0, cover,0,0;
	}
	24% {
		transform: translateY(0);
		opacity: 0;
		background-size: 0, 0, cover, 0;
	}
	26% {
		transform: translateY(0);
		opacity: 1.0;
		background-size: 0, 0, cover, 0;
	}
	28% {
		transform: translateX(-10px);
		opacity: 1.0;
		background-size: 0, 0, cover, 0;
	}
	30% {
		transform: translateX(-10px);
		opacity: 0;
		background-size: 0, 0, cover, 0;
	}
	32% {
		opacity: 1.0;
		background-size: 0, 0, 0, cover;
	}
	34% {
		transform: translateX(10px);
		opacity: 1.0;
		background-size: 0, 0, 0, cover;
	}
	36% {
		transform: translateX(10px);
		opacity: 0;
		background-size: 0, 0, 0, cover;
	}
	38% {
		transform: translateX(0px);
		opacity: 0;
		background-size: 0, 0, 0, cover;
	}
	40% {
		transform: translateX(0);
		opacity: 0;
		background-size: 0, 0, 0, 0;
	}
	100% {
		transform: translateX(0);
		opacity: 0;
		background-size: 0, 0, 0, 0;
	}
}

.material-icons-home {
	
	opacity: 0.7;
	scale:0.32;
	top: 0;
	transform: translate(-10px, -35px);
	/*left: -20px;*/
	right: -3px;
	margin-right:-30px;
	fill: #41C3E0;
	width:100px;
	background-color: transparent;
	position: fixed;
	z-index:25;
	animation: homeSH 10s infinite ease-out;
	animation-delay: 2s;
}

@keyframes homeSH {
	
	0% {
		opacity: 0.7;
		scale:0.32;
	}
	4% {
		opacity: 0.0;
		scale:0.32;
	}
	40% {
		opacity: 0.0;
		scale:0.2;
	}
	44% {
		opacity: 0.7;
		scale:0.32;
	}
	100% {
		opacity: 0.7;
		scale:0.32;
	}
}

.btn-playpause-gallery {
	
	position: absolute;
	background-color: transparent;	
	background-image: 
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2341C3E0' opacity='0.15' %3E%3Ctitle%3Epause-circle%3C/title%3E%3Cpath d='M15,16H13V8H15M11,16H9V8H11M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z' /%3E%3C/svg%3E"),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2341C3E0' opacity='0.15' %3E%3Ctitle%3Eplay-circle%3C/title%3E%3Cpath d='M10,16.5V7.5L16,12M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z' /%3E%3C/svg%3E")		
		;	
	background-repeat: no-repeat, no-repeat;
	background-size: cover, 0;
	right: 2px;
    bottom: 183px;
	width: 32px;
	height: 32px;
	z-index:25;
	border: none;
}

.autoplay-progress {
	
      position: absolute;
      right: 1px;
	  bottom: 182px;
      z-index: 22;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
	  font-size: 10px;
      font-weight: bold;
	  color:rgba(65, 195, 224, 0.0);
	  opacity: 0.5;
    }

.autoplay-progress svg {
	
	  --progress: 0;
	  position: absolute;
	  left: 0;
	  top: 0px;
	  z-index: 10;
	  width: 100%;
	  height: 100%;
	  stroke-width: 4px;
	  stroke:rgba(65, 195, 224, 1.0);
	  fill: none;
	  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
	  stroke-dasharray: 125.6;
	  transform: rotate(-90deg);
}

h1 {
	
	color: white;
	font-size: 2.0vh;	//	19px
}

.logoslogan {

}

.sl1 {
	
	font-family: 'Quicksand';
	letter-spacing: 0.0px;
	word-spacing: 1px;
	z-index:2;
}

.sl2 {
	
	font-family: 'Quicksand';
	letter-spacing: 0.0px;
	word-spacing: -0.5px;
	z-index:2;
}

.logoSloganSwipe {
	
	animation: fadeIn;	
	animation-duration: 2s;
	top: 0;
	margin-top: 6vmax;
	position: fixed;
	background: transparent;
	width: 100%;
	height: 50px;
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
	mask-repeat: no-repeat;
	z-index:20;
}

.pagejumpicons {	

	opacity: 0.7;
	top: -20px; /* -64px; */
	right:0px;
	margin-top: 55px;
	margin-right: 5px;
	position: fixed;
	background: transparent;
	width: 100px;
	height: 100px;
	z-index:1;
	scale: 1.0;
}

/*	home page	*/
.p1jumpicon {

	background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 18' fill='%2341C3E0' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-0.192317,-3)'%3E%3Cpath d='M5,3L19,3C20.1,3 21,3.89 21,5L21,19C21,19.53 20.79,20.04 20.41,20.41C20.04,20.79 19.53,21 19,21L5,21C4.47,21 3.96,20.79 3.59,20.41C3.21,20.04 3,19.53 3,19L3,5C3,3.89 3.89,3 5,3M12.3,7.29C12.11,7.5 12,7.74 12,8C12,8.27 12.11,8.5 12.3,8.71C12.5,8.9 12.74,9 13,9C13.27,9 13.5,8.9 13.71,8.71C13.9,8.5 14,8.27 14,8C14,7.74 13.9,7.5 13.71,7.29C13.5,7.11 13.27,7 13,7C12.74,7 12.5,7.11 12.3,7.29M9.8,11.97C9.7,12.06 9.7,12.07 9.77,12.17L9.82,12.25L9.85,12.31C9.92,12.44 9.93,12.44 10.04,12.36C10.17,12.27 10.39,12.13 10.76,11.91C11.68,11.32 11.5,12 11.09,13.5C10.87,14.33 10.59,15.39 10.38,16.62C10.14,18.37 11.71,17.47 12.12,17.2C12.5,16.96 13.44,16.3 13.66,16.15L13.7,16.13C13.82,16.04 13.77,16 13.68,15.86L13.62,15.78C13.54,15.67 13.46,15.75 13.46,15.75L13.3,15.86C12.85,16.16 12.23,16.59 12.13,16.25C12.04,16 12.41,14.64 12.79,13.25C12.96,12.64 13.13,12 13.26,11.47L13.28,11.41C13.35,10.97 13.5,10.12 12.77,10.18C11.97,10.25 9.8,11.97 9.8,11.97Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(6.12323e-17,1,-1.8245,1.11718e-16,25.5769,-3.06324)'%3E%3Cpath d='M19.383,1.385C19.383,1.214 19.13,1.075 18.818,1.075L5.308,1.075C4.996,1.075 4.743,1.214 4.743,1.385L4.743,1.96L19.383,1.96L19.383,1.385Z' style='fill-opacity:0.8;'/%3E%3C/g%3E%3Cg transform='matrix(6.12323e-17,-1,1.8245,1.11718e-16,-1.96152,21.0632)'%3E%3Cpath d='M19.383,1.385C19.383,1.214 19.13,1.075 18.818,1.075L5.308,1.075C4.996,1.075 4.743,1.214 4.743,1.385L4.743,1.96L19.383,1.96L19.383,1.385Z' style='fill-opacity:0.8;'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	scale: 1.25;
	width: 24px;
	height:18px;
	margin-right:-70px
}

.p2jumpicon {	

	background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' fill='%2341C3E0' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M21,19L21,5C21,3.89 20.1,3 19,3L5,3C3.903,3 3,3.903 3,5L3,19C3,20.097 3.903,21 5,21L19,21C20.097,21 21,20.097 21,19ZM8.5,13.5L11,16.5L14.5,12L19,18L5,18L8.5,13.5ZM11.461,6.151C12.334,6.151 13.042,6.859 13.042,7.732C13.042,8.604 12.334,9.313 11.461,9.313C10.589,9.313 9.88,8.604 9.88,7.732C9.88,6.859 10.589,6.151 11.461,6.151Z' style='fill-rule:nonzero;'/%3E%3Cg transform='matrix(6.12323e-17,1,-1.8245,1.11718e-16,25.7692,-0.0632411)'%3E%3Cpath d='M19.383,1.385C19.383,1.214 19.13,1.075 18.818,1.075L5.308,1.075C4.996,1.075 4.743,1.214 4.743,1.385L4.743,1.96L19.383,1.96L19.383,1.385Z' style='fill-opacity:0.8;'/%3E%3C/g%3E%3Cg transform='matrix(6.12323e-17,-1,1.8245,1.11718e-16,-1.7692,24.0632)'%3E%3Cpath d='M19.383,1.385C19.383,1.214 19.13,1.075 18.818,1.075L5.308,1.075C4.996,1.075 4.743,1.214 4.743,1.385L4.743,1.96L19.383,1.96L19.383,1.385Z' style='fill-opacity:0.8;'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	scale: 1;
	width: 30px;
	height: 30px;
	margin-right:-70px;
}

.p3jumpicon {	

	background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 18' fill='%2341C3E0' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-0.192317,-3)'%3E%3Cpath d='M5,3L19,3C20.1,3 21,3.89 21,5L21,19C21,19.53 20.79,20.04 20.41,20.41C20.04,20.79 19.53,21 19,21L5,21C4.47,21 3.96,20.79 3.59,20.41C3.21,20.04 3,19.53 3,19L3,5C3,3.89 3.89,3 5,3M12.3,7.29C12.11,7.5 12,7.74 12,8C12,8.27 12.11,8.5 12.3,8.71C12.5,8.9 12.74,9 13,9C13.27,9 13.5,8.9 13.71,8.71C13.9,8.5 14,8.27 14,8C14,7.74 13.9,7.5 13.71,7.29C13.5,7.11 13.27,7 13,7C12.74,7 12.5,7.11 12.3,7.29M9.8,11.97C9.7,12.06 9.7,12.07 9.77,12.17L9.82,12.25L9.85,12.31C9.92,12.44 9.93,12.44 10.04,12.36C10.17,12.27 10.39,12.13 10.76,11.91C11.68,11.32 11.5,12 11.09,13.5C10.87,14.33 10.59,15.39 10.38,16.62C10.14,18.37 11.71,17.47 12.12,17.2C12.5,16.96 13.44,16.3 13.66,16.15L13.7,16.13C13.82,16.04 13.77,16 13.68,15.86L13.62,15.78C13.54,15.67 13.46,15.75 13.46,15.75L13.3,15.86C12.85,16.16 12.23,16.59 12.13,16.25C12.04,16 12.41,14.64 12.79,13.25C12.96,12.64 13.13,12 13.26,11.47L13.28,11.41C13.35,10.97 13.5,10.12 12.77,10.18C11.97,10.25 9.8,11.97 9.8,11.97Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(6.12323e-17,1,-1.8245,1.11718e-16,25.5769,-3.06324)'%3E%3Cpath d='M19.383,1.385C19.383,1.214 19.13,1.075 18.818,1.075L5.308,1.075C4.996,1.075 4.743,1.214 4.743,1.385L4.743,1.96L19.383,1.96L19.383,1.385Z' style='fill-opacity:0.8;'/%3E%3C/g%3E%3Cg transform='matrix(6.12323e-17,-1,1.8245,1.11718e-16,-1.96152,21.0632)'%3E%3Cpath d='M19.383,1.385C19.383,1.214 19.13,1.075 18.818,1.075L5.308,1.075C4.996,1.075 4.743,1.214 4.743,1.385L4.743,1.96L19.383,1.96L19.383,1.385Z' style='fill-opacity:0.8;'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	scale: 1.25;
	width: 24px;
	height: 18px;
	margin-right:-70px;
}

.wrapper {

	width: 100%;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	bottom:0;
	margin-bottom: 90px;
}

.scroll-left {

	display: inline-block;
	padding-left: 100%;
	transform:translateX(100%);
	animation: scroll-left 40s linear infinite;
	z-index:9999;
}

@keyframes scroll-left {
	
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(-100%, 0);
	}
}

.p1-gallery {
	
	top: 50%;
	left:50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.img-container-back img{

	animation: fadeIn;
	animation-duration: 5s;
	position: absolute;
	background: transparent;	
	height: min(100vmin, 700px);
	width: min(100vmin, 700px);
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
	margin-top: -50px;
	z-index: -2;
}

.img-container {
	
	animation: zoomIn;
	animation-duration: 0.5s;
	position: absolute;
	background: transparent;
	width: 100%;
	height: 100%;
	margin-top: -50px;	//	70px
}

.img-container img {
	
	height: min(100vmin, 700px);
	width: min(100vmin, 700px);
	opacity: 0;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
}

.img-container img.next {
	
	opacity: 1;
	z-index: 1;
}

.img-container img.prev {
	
	opacity: 1;
	z-index: 2;
}

.img-container img.fade-out {
	
	opacity: 0;
	transition: visibility 0s 1s, opacity 1s ease-in-out;
	visibility: hidden;
}

h2 {
	
	width: 75%;
	font-family: 'Quicksand';
	font-size: 2vmax;
	display: inline-block;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.0px;
	word-spacing: -2.0px;
	color: rgba(255,255,255,1);
	background: linear-gradient(45deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.3) 100%);
	box-shadow: 0px 0px 5px 3px #27B2D8;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5px 5px 6px 5px;
	border-radius: 10px;
	rotate: 0deg;
}

.swiperDescription-p1 {
	
	animation: slideInRight;
	animation-duration: 0.5s;
	width: 100%;
	height: 20%;
	background: transparent;
	position: absolute;
	bottom:0px;
	margin-bottom: 68px;
	z-index:1;
}

.page1 {
	
	width: 100%;
	height:100%;
}

.swiperSlideshow-p1 {

	animation: zoomIn;
	margin-top: -150px;
	position: absolute;
	background: transparent;	
	width: 98vmin;
	height: 98vmin;
	scale: 1;
}

.swiperSlideshow-p1-background {
	
	margin-top: 0px;
	position: absolute;
	background: transparent;
	width: 98vmin;
	height: 98vmin;
	scale: 1;
}

h3 {
	
	width: 68vw;
	box-shadow: 0px 0px 5px 3px #27B2D8;
	background: linear-gradient(45deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.3) 100%);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 75px 20px 20px 20px;
	border-radius: 17px 17px 17px 17px;
	font-family: 'Quicksand';
	color: rgba(255,255,255,1);
	font-size: 2vmax;
	font-weight: 600;
	text-align: justify;
	text-indent: 90px;
	letter-spacing: 0.5px;
	word-spacing: 0px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

.aboutUsSwiper-p2 {
	
	background: transparent;
	width: 100%;
	height: 100%;
	z-index:-1;
	margin-top: -3vh;
}

.p2-sl1-2 {
	
	width: 90px;
	height: 90px;
	position: absolute;
	z-index:1;
	top:0;
	left:10px;
	margin-top: 4vw;
}

.p2-sl2-2 {
	
	width: 85px;
	height: 85px;
	position: absolute;
	z-index:0;
	top:0;
	left:5px;
	margin-top: 4.5vw;
}

.p2-sl3-2 {
	
	width: 85px;
	height: 85px;
	position: absolute;
	z-index:0;
	top:0;
	left:10px;
	margin-top: 4vw;
}

.p2-sl4-2 {
	
	width: 90px;
	height: 90px;
	position: absolute;
	z-index:0;
	top:0;
	left:10px;
	margin-top: 4vw;
}

h4 {
	
	font-family: 'Quicksand';
	font-size: 2.8vmax;
	letter-spacing: -0.5px;
	word-spacing: 0px;
	line-height: 1.3;
	font-weight: bold;
	display: table-cell;
    vertical-align: bottom;
	height: 3.7vh;
	background-image: linear-gradient(90deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 100% 10%;
}

.aboutus-text {

	color: white;
	background: rgba(255,255,255,0.0);
	height:1em;
	top:115px;
	right:-55px;
	display: flex;
	vertical-align: middle;
	align-items: center;
	padding:5px 18px 5px 8px;
	position: absolute;
	text-align: right;
	z-index:99;
	margin-right: 50px;
}

.aboutus-text-divider {
	
	opacity:0;
	position: absolute;
	margin-top: 30px;
	margin-right:18px;
	right:0;
	width:40vw;
	height: 3px;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,1.0) 100%);
	border-radius: 25px;
	z-index:2;
}

.projects-text {
	
	color: white;
	background: rgba(255,255,255,0.0);
	height:1em;
	top:115px;
	left:10px;
	display: flex;
	vertical-align: middle;
	align-items: center;
	padding:5px 18px 5px 8px;
	position: absolute;
	text-align: left;
	z-index:99;
	margin-right: 50px;
}

.projects-text-divider {
	
	position: absolute;
	margin-top:30px;
	margin-left: 18px;
	left:0;
	width:40vw;
	height: 3px;
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,1.0) 100%);
	border-radius: 25px;
	z-index:40;
}

h5 {
	
	font-family: 'Quicksand';
	font-size: min(4vw, 22px);
	text-align: right;
	background: linear-gradient(90deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.6) 100%);
	color: rgba(240,240,240,1);
	border-radius: 8px;
	padding: 2px 10px 4px 80px;
	z-index: 9999;
}

.gallery-1-text {
	
	position: absolute;
	margin-right: 0px;
	z-index:9999;
	right: 2%;
	/*margin-top: 3.5vh;*/
	margin-top: 8%;
}

.gallery-p3-textframe {
	
	position: absolute;
	height:  min(100vmin, 700px);
	width:  100%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

h6 {
	
	width: 400px;
	font-family: 'Quicksand';
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	text-align: justify;
	text-align-last: left;
	background: linear-gradient(90deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.4) 100%);
	color: rgba(240,240,240,1);
	border-radius: 8px ;
	padding: 0px 0px 0px 0px;
	text-indent: 0px;
	letter-spacing: 0.5px;
	word-spacing: -1.5px;
	line-height: 1.2;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	rotate: 0deg;
}

.rotate-tablet {
	
	position: absolute;
	background-image: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 500 500" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(0.803176,0,0,0.796945,49.3576,51.3128)"><g transform="matrix(2.83735,0,0,2.83735,-715.192,-578.266)"><circle cx="340.174" cy="291.916" r="110.318" style="fill-opacity:0.5;"/></g><g id="Forma-1" serif:id="Forma 1" transform="matrix(0.508281,0.508281,-0.508281,0.508281,251.532,-57.6021)"><path d="M417.891,63.75C501.979,102 560.586,183.6 570.779,280.5L609.001,280.5C593.712,122.4 463.758,0 303.226,0L285.389,0L382.218,96.9L417.891,63.75ZM257.36,43.35C242.071,28.05 219.138,28.05 203.849,43.35L40.769,206.55C25.48,221.85 25.48,244.8 40.769,260.1L346.544,566.1C361.833,581.4 384.766,581.4 400.054,566.1L563.134,402.9C578.423,387.6 578.423,364.65 563.134,349.35L257.36,43.35ZM374.573,540.6L68.798,234.6L231.878,71.4L537.653,377.4L374.573,540.6ZM188.56,548.25C104.472,510 45.865,428.4 35.673,331.5L-0.001,331.5C12.74,489.6 142.694,612 303.226,612L321.063,612L224.234,515.1L188.56,548.25Z" style="fill:white;fill-rule:nonzero;stroke:white;stroke-width:26.18px;"/></g></g></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	animation: animTablet 3s ease infinite;
	width:40px;
	height:40px;
	margin-top: -0vh;
	z-index:99;
}

.rotate-tablet-wrapper {
	
	position: absolute;
	margin-top: 34vh;
	margin-left: -27vh;
	z-index:99;
 }

@keyframes animTablet {
	
	0%{
		transform: rotate(0deg);
	}
	50%{
		transform: rotate(90deg);
	}
	100%{
		transform: rotate(0deg);
	}
}

.project-gallery {	

	position: fixed;
	background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 36 24' fill='black' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,6,0)'%3E%3Cpath d='M21,19L21,5C21,3.89 20.1,3 19,3L5,3C3.903,3 3,3.903 3,5L3,19C3,20.097 3.903,21 5,21L19,21C20.097,21 21,20.097 21,19ZM8.5,13.5L11,16.5L14.5,12L19,18L5,18L8.5,13.5ZM11.461,6.151C12.334,6.151 13.042,6.859 13.042,7.732C13.042,8.604 12.334,9.313 11.461,9.313C10.589,9.313 9.88,8.604 9.88,7.732C9.88,6.859 10.589,6.151 11.461,6.151Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(-1.83697e-16,-1,3.30357,-6.06856e-16,0.985884,24.0632)'%3E%3Cpath d='M19.383,1.385C19.383,1.214 18.925,1.075 18.36,1.075L5.767,1.075C5.202,1.075 4.743,1.214 4.743,1.385L4.743,1.96L19.383,1.96L19.383,1.385Z' style='fill-opacity:0.8;'/%3E%3C/g%3E%3Cg transform='matrix(6.12323e-17,1,-3.30357,2.02285e-16,35.0141,-0.0632411)'%3E%3Cpath d='M19.383,1.385C19.383,1.214 18.925,1.075 18.36,1.075L5.767,1.075C5.202,1.075 4.743,1.214 4.743,1.385L4.743,1.96L19.383,1.96L19.383,1.385Z' style='fill-opacity:0.8;'/%3E%3C/g%3E%3Cg transform='matrix(-1.43228e-16,-0.779698,3.30357,-6.06856e-16,-3.01412,21.4057)'%3E%3Cpath d='M19.383,1.385C19.383,1.214 18.795,1.075 18.07,1.075L6.056,1.075C5.331,1.075 4.743,1.214 4.743,1.385L4.743,1.96L19.383,1.96L19.383,1.385Z' style='fill-opacity:0.6;'/%3E%3C/g%3E%3Cg transform='matrix(4.77427e-17,0.779698,-3.30357,2.02285e-16,39.0141,2.59432)'%3E%3Cpath d='M19.383,1.385C19.383,1.214 18.795,1.075 18.07,1.075L6.056,1.075C5.331,1.075 4.743,1.214 4.743,1.385L4.743,1.96L19.383,1.96L19.383,1.385Z' style='fill-opacity:0.6;'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	bottom:0;
	margin-bottom: 115px;
	margin-left: 0px;
	opacity: 0.7;
	width: 36px;
	height: 24px;
	scale: 1.1;
	z-index:9999;
}

.gallery-1-description-p3 {
	
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	margin-bottom: 0px;
	left:0px;
}

.trans-button {
	
	background: rgba(0,0,255, 0.1);
	position: absolute;
	bottom: 0;
	width:100%;
	height:100%;
	z-index:10;
}

.slider-wrapper.p3g1desc {
	
	width: 100%;
	height: 100%;
}

.gallery-1-slideshow-p3 .gallery-2-slideshow-p3 .gallery-3-slideshow-p3 .gallery-4-slideshow-p3 .gallery-5-slideshow-p3{
	
	margin-bottom: 0px;
	position: absolute;
	background: transparent;
	width: 100%;
	height: 100%;
}

.gallery-1-slideshow-p3-img {
	
	margin-top: -2vh;
	width: 80vmin;
	height: 80vmin;

}

.gallery-1-slideshow-p3-background {

	margin-top: -5.8vh;
	position: absolute;
	border-radius: 2vh;	
	background: linear-gradient(-45deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0.6) 70%, rgba(0,0,0,0.3) 100%);
	width: 98vmin;
	height: 98vmin;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
	z-index: -10;	
}

.swiperGallerySlideshow-p3 {
	
	margin-top: 0px;
	background: transparent;
	width: 100%;
	height: 100%;
}

.swiper-button-gallery {
	
	margin-right: 0px;
}

.contact-data {
	
	position: absolute;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 360 18' fill='white' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(0.473616,0,0,0.203369,-70.3831,-33.1496)'%3E%3Cg%3E%3Cpath d='M209.126,223.485C209.126,224.856 209.559,225.937 210.146,225.937C210.734,225.937 211.197,224.856 211.197,223.485L211.197,210.288L216.864,210.288C217.422,210.288 217.886,209.28 217.886,207.912C217.886,206.545 217.422,205.465 216.864,205.465L211.197,205.465L211.197,192.267C211.197,190.969 210.734,189.887 210.146,189.887C209.559,189.887 209.126,190.969 209.126,192.267L209.126,205.465L203.459,205.465C202.871,205.465 202.406,206.545 202.406,207.912C202.406,209.28 202.871,210.288 203.459,210.288L209.126,210.288L209.126,223.485Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M209.126,223.485C209.126,224.856 209.559,225.937 210.146,225.937C210.734,225.937 211.197,224.856 211.197,223.485L211.197,210.288L216.864,210.288C217.422,210.288 217.886,209.28 217.886,207.912C217.886,206.545 217.422,205.465 216.864,205.465L211.197,205.465L211.197,192.267C211.197,190.969 210.734,189.887 210.146,189.887C209.559,189.887 209.126,190.969 209.126,192.267L209.126,205.465L203.459,205.465C202.871,205.465 202.406,206.545 202.406,207.912C202.406,209.28 202.871,210.288 203.459,210.288L209.126,210.288L209.126,223.485Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M234.578,185.265C234.64,185.049 234.67,184.762 234.67,184.474C234.67,183.467 234.331,182.675 233.898,182.675L223.774,182.675C223.34,182.675 223,183.467 223,184.474C223,185.481 223.34,186.272 223.774,186.272L232.073,186.272L226.685,199.184C226.375,199.905 226.375,201.06 226.685,201.781L226.716,201.781C226.871,202.214 227.087,202.502 227.335,202.502C228.822,202.502 230.308,203.801 231.423,206.47C232.569,209.066 233.126,212.529 233.126,215.991C233.126,219.454 232.569,222.916 231.423,225.585C230.277,228.182 228.791,229.48 227.304,229.48C225.818,229.48 224.362,228.182 223.216,225.585C222.907,224.864 222.411,224.864 222.133,225.585C221.823,226.306 221.823,227.461 222.133,228.11C223.557,231.495 225.446,233.149 227.304,233.149C229.193,233.149 231.082,231.423 232.507,228.11C233.96,224.792 234.67,220.391 234.67,215.991C234.67,211.591 233.96,207.191 232.538,203.873C231.485,201.42 230.184,199.905 228.822,199.256L234.423,185.841C234.485,185.697 234.547,185.481 234.578,185.265Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M234.578,185.265C234.64,185.049 234.67,184.762 234.67,184.474C234.67,183.467 234.331,182.675 233.898,182.675L223.774,182.675C223.34,182.675 223,183.467 223,184.474C223,185.481 223.34,186.272 223.774,186.272L232.073,186.272L226.685,199.184C226.375,199.905 226.375,201.06 226.685,201.781L226.716,201.781C226.871,202.214 227.087,202.502 227.335,202.502C228.822,202.502 230.308,203.801 231.423,206.47C232.569,209.066 233.126,212.529 233.126,215.991C233.126,219.454 232.569,222.916 231.423,225.585C230.277,228.182 228.791,229.48 227.304,229.48C225.818,229.48 224.362,228.182 223.216,225.585C222.907,224.864 222.411,224.864 222.133,225.585C221.823,226.306 221.823,227.461 222.133,228.11C223.557,231.495 225.446,233.149 227.304,233.149C229.193,233.149 231.082,231.423 232.507,228.11C233.96,224.792 234.67,220.391 234.67,215.991C234.67,211.591 233.96,207.191 232.538,203.873C231.485,201.42 230.184,199.905 228.822,199.256L234.423,185.841C234.485,185.697 234.547,185.481 234.578,185.265Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M240.496,213.753C240.496,214.907 240.496,215.989 240.558,217.072C240.682,226.017 243.837,233.149 247.71,233.149C251.706,233.149 254.892,225.729 254.892,216.494C254.892,207.332 251.706,199.84 247.71,199.84C245.572,199.84 243.652,202.07 242.35,205.529C242.66,201.926 243.156,198.389 243.899,195.414C245.262,190.118 247.183,186.49 250.219,186.2C250.622,186.128 250.962,185.337 250.962,184.33C250.931,183.395 250.591,182.603 250.188,182.675C246.594,182.963 244.085,187.506 242.598,193.673C241.114,199.695 240.527,207.044 240.496,213.753ZM242.072,216.494C242.072,209.28 244.612,203.364 247.71,203.364C250.869,203.364 253.41,209.28 253.41,216.494C253.41,223.709 250.869,229.625 247.71,229.625C244.86,229.625 242.474,224.647 242.103,218.226C242.134,218.082 242.134,217.937 242.134,217.721C242.103,217.432 242.072,217.144 242.072,216.783L242.072,216.494Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M240.496,213.753C240.496,214.907 240.496,215.989 240.558,217.072C240.682,226.017 243.837,233.149 247.71,233.149C251.706,233.149 254.892,225.729 254.892,216.494C254.892,207.332 251.706,199.84 247.71,199.84C245.572,199.84 243.652,202.07 242.35,205.529C242.66,201.926 243.156,198.389 243.899,195.414C245.262,190.118 247.183,186.49 250.219,186.2C250.622,186.128 250.962,185.337 250.962,184.33C250.931,183.395 250.591,182.603 250.188,182.675C246.594,182.963 244.085,187.506 242.598,193.673C241.114,199.695 240.527,207.044 240.496,213.753ZM242.072,216.494C242.072,209.28 244.612,203.364 247.71,203.364C250.869,203.364 253.41,209.28 253.41,216.494C253.41,223.709 250.869,229.625 247.71,229.625C244.86,229.625 242.474,224.647 242.103,218.226C242.134,218.082 242.134,217.937 242.134,217.721C242.103,217.432 242.072,217.144 242.072,216.783L242.072,216.494Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M282.639,185.265C282.701,185.049 282.732,184.762 282.732,184.474C282.732,183.467 282.392,182.675 281.96,182.675L271.835,182.675C271.402,182.675 271.061,183.467 271.061,184.474C271.061,185.481 271.402,186.272 271.835,186.272L280.134,186.272L274.746,199.184C274.436,199.905 274.436,201.06 274.746,201.781L274.777,201.781C274.932,202.214 275.149,202.502 275.396,202.502C276.883,202.502 278.369,203.801 279.484,206.47C280.63,209.066 281.187,212.529 281.187,215.991C281.187,219.454 280.63,222.916 279.484,225.585C278.338,228.182 276.852,229.48 275.366,229.48C273.879,229.48 272.424,228.182 271.278,225.585C270.968,224.864 270.473,224.864 270.194,225.585C269.884,226.306 269.884,227.461 270.194,228.11C271.618,231.495 273.507,233.149 275.366,233.149C277.255,233.149 279.144,231.423 280.568,228.11C282.021,224.792 282.732,220.391 282.732,215.991C282.732,211.591 282.021,207.191 280.599,203.873C279.546,201.42 278.245,199.905 276.883,199.256L282.485,185.841C282.547,185.697 282.608,185.481 282.639,185.265Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M282.639,185.265C282.701,185.049 282.732,184.762 282.732,184.474C282.732,183.467 282.392,182.675 281.96,182.675L271.835,182.675C271.402,182.675 271.061,183.467 271.061,184.474C271.061,185.481 271.402,186.272 271.835,186.272L280.134,186.272L274.746,199.184C274.436,199.905 274.436,201.06 274.746,201.781L274.777,201.781C274.932,202.214 275.149,202.502 275.396,202.502C276.883,202.502 278.369,203.801 279.484,206.47C280.63,209.066 281.187,212.529 281.187,215.991C281.187,219.454 280.63,222.916 279.484,225.585C278.338,228.182 276.852,229.48 275.366,229.48C273.879,229.48 272.424,228.182 271.278,225.585C270.968,224.864 270.473,224.864 270.194,225.585C269.884,226.306 269.884,227.461 270.194,228.11C271.618,231.495 273.507,233.149 275.366,233.149C277.255,233.149 279.144,231.423 280.568,228.11C282.021,224.792 282.732,220.391 282.732,215.991C282.732,211.591 282.021,207.191 280.599,203.873C279.546,201.42 278.245,199.905 276.883,199.256L282.485,185.841C282.547,185.697 282.608,185.481 282.639,185.265Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M290.66,225.513C291.992,230.056 293.881,233.149 296.081,233.149C298.28,233.149 300.17,230.056 301.502,225.513C302.801,220.896 303.604,214.693 303.604,207.912C303.604,201.132 302.801,194.928 301.502,190.239C300.17,185.769 298.28,182.675 296.081,182.675C293.881,182.675 291.992,185.769 290.66,190.239C289.33,194.928 288.589,201.132 288.589,207.912C288.589,214.693 289.33,220.896 290.66,225.513ZM291.93,192.259C293.045,188.292 294.532,186.2 296.081,186.2C297.63,186.2 299.086,188.292 300.232,192.259C301.347,196.154 302.09,201.709 302.09,207.912C302.09,214.116 301.347,219.67 300.232,223.565C299.086,227.388 297.63,229.625 296.081,229.625C294.532,229.625 293.045,227.388 291.93,223.565C290.815,219.67 290.102,214.116 290.102,207.912C290.102,201.709 290.815,196.154 291.93,192.259Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M290.66,225.513C291.992,230.056 293.881,233.149 296.081,233.149C298.28,233.149 300.17,230.056 301.502,225.513C302.801,220.896 303.604,214.693 303.604,207.912C303.604,201.132 302.801,194.928 301.502,190.239C300.17,185.769 298.28,182.675 296.081,182.675C293.881,182.675 291.992,185.769 290.66,190.239C289.33,194.928 288.589,201.132 288.589,207.912C288.589,214.693 289.33,220.896 290.66,225.513ZM291.93,192.259C293.045,188.292 294.532,186.2 296.081,186.2C297.63,186.2 299.086,188.292 300.232,192.259C301.347,196.154 302.09,201.709 302.09,207.912C302.09,214.116 301.347,219.67 300.232,223.565C299.086,227.388 297.63,229.625 296.081,229.625C294.532,229.625 293.045,227.388 291.93,223.565C290.815,219.67 290.102,214.116 290.102,207.912C290.102,201.709 290.815,196.154 291.93,192.259Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M325.223,233.149C327.081,233.149 329.001,231.423 330.426,228.182C331.879,224.863 332.558,220.39 332.558,216.062C332.558,211.589 331.879,207.26 330.426,203.942C329.001,200.557 327.143,198.974 325.254,198.974C323.953,198.974 322.684,199.766 321.569,201.276L322.343,186.272L331.786,186.272C332.219,186.272 332.558,185.553 332.558,184.474C332.558,183.467 332.219,182.675 331.786,182.675L321.693,182.675C321.507,182.675 321.321,182.819 321.197,183.107C321.011,183.395 320.888,183.826 320.888,184.402L319.835,204.735C319.835,204.88 319.804,205.024 319.804,205.096C319.804,205.312 319.804,205.529 319.835,205.673C319.835,205.745 319.835,205.817 319.866,205.89L319.866,205.962C319.897,206.178 319.959,206.395 320.051,206.539C320.33,207.26 320.826,207.26 321.135,206.539C322.281,203.87 323.737,202.571 325.254,202.571C326.74,202.571 328.227,203.87 329.342,206.467C330.457,209.064 331.014,212.527 331.014,216.062C331.014,219.525 330.457,222.915 329.311,225.585C328.165,228.254 326.709,229.552 325.223,229.552C323.737,229.552 322.281,228.254 321.135,225.657C320.826,224.935 320.33,224.935 320.02,225.657C319.711,226.306 319.711,227.46 320.02,228.182C321.445,231.495 323.334,233.149 325.223,233.149Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M325.223,233.149C327.081,233.149 329.001,231.423 330.426,228.182C331.879,224.863 332.558,220.39 332.558,216.062C332.558,211.589 331.879,207.26 330.426,203.942C329.001,200.557 327.143,198.974 325.254,198.974C323.953,198.974 322.684,199.766 321.569,201.276L322.343,186.272L331.786,186.272C332.219,186.272 332.558,185.553 332.558,184.474C332.558,183.467 332.219,182.675 331.786,182.675L321.693,182.675C321.507,182.675 321.321,182.819 321.197,183.107C321.011,183.395 320.888,183.826 320.888,184.402L319.835,204.735C319.835,204.88 319.804,205.024 319.804,205.096C319.804,205.312 319.804,205.529 319.835,205.673C319.835,205.745 319.835,205.817 319.866,205.89L319.866,205.962C319.897,206.178 319.959,206.395 320.051,206.539C320.33,207.26 320.826,207.26 321.135,206.539C322.281,203.87 323.737,202.571 325.254,202.571C326.74,202.571 328.227,203.87 329.342,206.467C330.457,209.064 331.014,212.527 331.014,216.062C331.014,219.525 330.457,222.915 329.311,225.585C328.165,228.254 326.709,229.552 325.223,229.552C323.737,229.552 322.281,228.254 321.135,225.657C320.826,224.935 320.33,224.935 320.02,225.657C319.711,226.306 319.711,227.46 320.02,228.182C321.445,231.495 323.334,233.149 325.223,233.149Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M341.262,233.005C341.386,233.149 341.448,233.149 341.572,233.149C341.851,233.149 342.129,232.717 342.253,232.068L350.645,185.625C350.738,185.338 350.769,185.05 350.769,184.69C350.769,184.474 350.738,184.331 350.707,184.115C350.645,183.683 350.49,183.252 350.305,183.036C350.15,182.892 349.995,182.892 349.84,182.964L338.382,182.964C337.98,182.964 337.639,183.755 337.639,184.69C337.639,185.625 337.98,186.417 338.382,186.417L348.849,186.417L340.829,230.697C340.705,231.563 340.891,232.645 341.262,233.005Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M341.262,233.005C341.386,233.149 341.448,233.149 341.572,233.149C341.851,233.149 342.129,232.717 342.253,232.068L350.645,185.625C350.738,185.338 350.769,185.05 350.769,184.69C350.769,184.474 350.738,184.331 350.707,184.115C350.645,183.683 350.49,183.252 350.305,183.036C350.15,182.892 349.995,182.892 349.84,182.964L338.382,182.964C337.98,182.964 337.639,183.755 337.639,184.69C337.639,185.625 337.98,186.417 338.382,186.417L348.849,186.417L340.829,230.697C340.705,231.563 340.891,232.645 341.262,233.005Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M355.199,213.753C355.199,214.907 355.199,215.989 355.261,217.072C355.385,226.017 358.541,233.149 362.413,233.149C366.409,233.149 369.595,225.729 369.595,216.494C369.595,207.332 366.409,199.84 362.413,199.84C360.275,199.84 358.355,202.07 357.054,205.529C357.363,201.926 357.859,198.389 358.603,195.414C359.966,190.118 361.886,186.49 364.922,186.2C365.325,186.128 365.666,185.337 365.666,184.33C365.635,183.395 365.294,182.603 364.891,182.675C361.298,182.963 358.788,187.506 357.302,193.673C355.817,199.695 355.23,207.044 355.199,213.753ZM356.775,216.494C356.775,209.28 359.315,203.364 362.413,203.364C365.573,203.364 368.113,209.28 368.113,216.494C368.113,223.709 365.573,229.625 362.413,229.625C359.563,229.625 357.178,224.647 356.806,218.226C356.837,218.082 356.837,217.937 356.837,217.721C356.806,217.432 356.775,217.144 356.775,216.783L356.775,216.494Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M355.199,213.753C355.199,214.907 355.199,215.989 355.261,217.072C355.385,226.017 358.541,233.149 362.413,233.149C366.409,233.149 369.595,225.729 369.595,216.494C369.595,207.332 366.409,199.84 362.413,199.84C360.275,199.84 358.355,202.07 357.054,205.529C357.363,201.926 357.859,198.389 358.603,195.414C359.966,190.118 361.886,186.49 364.922,186.2C365.325,186.128 365.666,185.337 365.666,184.33C365.635,183.395 365.294,182.603 364.891,182.675C361.298,182.963 358.788,187.506 357.302,193.673C355.817,199.695 355.23,207.044 355.199,213.753ZM356.775,216.494C356.775,209.28 359.315,203.364 362.413,203.364C365.573,203.364 368.113,209.28 368.113,216.494C368.113,223.709 365.573,229.625 362.413,229.625C359.563,229.625 357.178,224.647 356.806,218.226C356.837,218.082 356.837,217.937 356.837,217.721C356.806,217.432 356.775,217.144 356.775,216.783L356.775,216.494Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M389.759,233.149C391.617,233.149 393.537,231.423 394.962,228.182C396.415,224.863 397.094,220.39 397.094,216.062C397.094,211.589 396.415,207.26 394.962,203.942C393.537,200.557 391.679,198.974 389.79,198.974C388.489,198.974 387.22,199.766 386.105,201.276L386.879,186.272L396.322,186.272C396.755,186.272 397.094,185.553 397.094,184.474C397.094,183.467 396.755,182.675 396.322,182.675L386.229,182.675C386.043,182.675 385.857,182.819 385.733,183.107C385.548,183.395 385.424,183.826 385.424,184.402L384.371,204.735C384.371,204.88 384.34,205.024 384.34,205.096C384.34,205.312 384.34,205.529 384.371,205.673C384.371,205.745 384.371,205.817 384.402,205.89L384.402,205.962C384.433,206.178 384.495,206.395 384.588,206.539C384.866,207.26 385.362,207.26 385.671,206.539C386.817,203.87 388.273,202.571 389.79,202.571C391.276,202.571 392.763,203.87 393.878,206.467C394.993,209.064 395.55,212.527 395.55,216.062C395.55,219.525 394.993,222.915 393.847,225.585C392.701,228.254 391.246,229.552 389.759,229.552C388.273,229.552 386.817,228.254 385.671,225.657C385.362,224.935 384.866,224.935 384.557,225.657C384.247,226.306 384.247,227.46 384.557,228.182C385.981,231.495 387.87,233.149 389.759,233.149Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M389.759,233.149C391.617,233.149 393.537,231.423 394.962,228.182C396.415,224.863 397.094,220.39 397.094,216.062C397.094,211.589 396.415,207.26 394.962,203.942C393.537,200.557 391.679,198.974 389.79,198.974C388.489,198.974 387.22,199.766 386.105,201.276L386.879,186.272L396.322,186.272C396.755,186.272 397.094,185.553 397.094,184.474C397.094,183.467 396.755,182.675 396.322,182.675L386.229,182.675C386.043,182.675 385.857,182.819 385.733,183.107C385.548,183.395 385.424,183.826 385.424,184.402L384.371,204.735C384.371,204.88 384.34,205.024 384.34,205.096C384.34,205.312 384.34,205.529 384.371,205.673C384.371,205.745 384.371,205.817 384.402,205.89L384.402,205.962C384.433,206.178 384.495,206.395 384.588,206.539C384.866,207.26 385.362,207.26 385.671,206.539C386.817,203.87 388.273,202.571 389.79,202.571C391.276,202.571 392.763,203.87 393.878,206.467C394.993,209.064 395.55,212.527 395.55,216.062C395.55,219.525 394.993,222.915 393.847,225.585C392.701,228.254 391.246,229.552 389.759,229.552C388.273,229.552 386.817,228.254 385.671,225.657C385.362,224.935 384.866,224.935 384.557,225.657C384.247,226.306 384.247,227.46 384.557,228.182C385.981,231.495 387.87,233.149 389.759,233.149Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M403.013,199.258C403.013,208.565 406.23,215.913 410.165,215.913C412.333,215.913 414.254,213.827 415.555,210.368C415.276,213.971 414.749,217.429 414.006,220.459C412.674,225.728 410.691,229.336 407.686,229.625C407.253,229.696 406.943,230.488 406.943,231.495C406.943,232.43 407.284,233.149 407.717,233.149L407.748,233.149C411.311,232.862 413.851,228.181 415.338,222.191C416.791,216.202 417.409,208.781 417.409,202.072C417.409,200.557 417.378,199.114 417.347,197.743C417.316,197.599 417.316,197.527 417.286,197.382C416.884,189.086 413.882,182.675 410.165,182.675C406.23,182.675 403.013,190.096 403.013,199.258ZM410.165,212.388C407.067,212.388 404.527,206.617 404.527,199.258C404.527,192.044 407.067,186.2 410.165,186.2C413.324,186.2 415.834,192.044 415.834,199.258C415.834,206.617 413.324,212.388 410.165,212.388Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M403.013,199.258C403.013,208.565 406.23,215.913 410.165,215.913C412.333,215.913 414.254,213.827 415.555,210.368C415.276,213.971 414.749,217.429 414.006,220.459C412.674,225.728 410.691,229.336 407.686,229.625C407.253,229.696 406.943,230.488 406.943,231.495C406.943,232.43 407.284,233.149 407.717,233.149L407.748,233.149C411.311,232.862 413.851,228.181 415.338,222.191C416.791,216.202 417.409,208.781 417.409,202.072C417.409,200.557 417.378,199.114 417.347,197.743C417.316,197.599 417.316,197.527 417.286,197.382C416.884,189.086 413.882,182.675 410.165,182.675C406.23,182.675 403.013,190.096 403.013,199.258ZM410.165,212.388C407.067,212.388 404.527,206.617 404.527,199.258C404.527,192.044 407.067,186.2 410.165,186.2C413.324,186.2 415.834,192.044 415.834,199.258C415.834,206.617 413.324,212.388 410.165,212.388Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M428.066,233.149C429.924,233.149 431.844,231.423 433.268,228.182C434.722,224.863 435.401,220.39 435.401,216.062C435.401,211.589 434.722,207.26 433.268,203.942C431.844,200.557 429.986,198.974 428.097,198.974C426.796,198.974 425.526,199.766 424.412,201.276L425.186,186.272L434.629,186.272C435.061,186.272 435.401,185.553 435.401,184.474C435.401,183.467 435.061,182.675 434.629,182.675L424.535,182.675C424.35,182.675 424.164,182.819 424.04,183.107C423.854,183.395 423.73,183.826 423.73,184.402L422.677,204.735C422.677,204.88 422.646,205.024 422.646,205.096C422.646,205.312 422.646,205.529 422.677,205.673C422.677,205.745 422.677,205.817 422.708,205.89L422.708,205.962C422.739,206.178 422.801,206.395 422.894,206.539C423.173,207.26 423.668,207.26 423.978,206.539C425.124,203.87 426.579,202.571 428.097,202.571C429.583,202.571 431.07,203.87 432.184,206.467C433.299,209.064 433.857,212.527 433.857,216.062C433.857,219.525 433.299,222.915 432.153,225.585C431.008,228.254 429.552,229.552 428.066,229.552C426.579,229.552 425.124,228.254 423.978,225.657C423.668,224.935 423.173,224.935 422.863,225.657C422.554,226.306 422.554,227.46 422.863,228.182C424.288,231.495 426.177,233.149 428.066,233.149Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M428.066,233.149C429.924,233.149 431.844,231.423 433.268,228.182C434.722,224.863 435.401,220.39 435.401,216.062C435.401,211.589 434.722,207.26 433.268,203.942C431.844,200.557 429.986,198.974 428.097,198.974C426.796,198.974 425.526,199.766 424.412,201.276L425.186,186.272L434.629,186.272C435.061,186.272 435.401,185.553 435.401,184.474C435.401,183.467 435.061,182.675 434.629,182.675L424.535,182.675C424.35,182.675 424.164,182.819 424.04,183.107C423.854,183.395 423.73,183.826 423.73,184.402L422.677,204.735C422.677,204.88 422.646,205.024 422.646,205.096C422.646,205.312 422.646,205.529 422.677,205.673C422.677,205.745 422.677,205.817 422.708,205.89L422.708,205.962C422.739,206.178 422.801,206.395 422.894,206.539C423.173,207.26 423.668,207.26 423.978,206.539C425.124,203.87 426.579,202.571 428.097,202.571C429.583,202.571 431.07,203.87 432.184,206.467C433.299,209.064 433.857,212.527 433.857,216.062C433.857,219.525 433.299,222.915 432.153,225.585C431.008,228.254 429.552,229.552 428.066,229.552C426.579,229.552 425.124,228.254 423.978,225.657C423.668,224.935 423.173,224.935 422.863,225.657C422.554,226.306 422.554,227.46 422.863,228.182C424.288,231.495 426.177,233.149 428.066,233.149Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M453.552,231.42C453.552,232.357 453.892,233.149 454.293,233.149C454.726,233.149 455.065,232.357 455.065,231.42L455.065,222.764L456.521,222.764C456.955,222.771 457.295,221.978 457.295,221.041C457.295,220.104 456.955,219.312 456.522,219.312L455.065,219.312L455.065,184.478C455.065,184.406 455.035,184.334 455.035,184.19C454.973,183.901 454.911,183.541 454.787,183.325C454.448,182.675 454.015,182.748 453.737,183.541L453.706,183.613L441.165,219.959C440.886,220.678 440.917,221.829 441.258,222.405C441.382,222.692 441.568,222.764 441.722,222.764L453.552,222.764L453.552,231.42ZM443.302,219.312L453.552,189.743L453.552,219.312L443.302,219.312Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M453.552,231.42C453.552,232.357 453.892,233.149 454.293,233.149C454.726,233.149 455.065,232.357 455.065,231.42L455.065,222.764L456.521,222.764C456.955,222.771 457.295,221.978 457.295,221.041C457.295,220.104 456.955,219.312 456.522,219.312L455.065,219.312L455.065,184.478C455.065,184.406 455.035,184.334 455.035,184.19C454.973,183.901 454.911,183.541 454.787,183.325C454.448,182.675 454.015,182.748 453.737,183.541L453.706,183.613L441.165,219.959C440.886,220.678 440.917,221.829 441.258,222.405C441.382,222.692 441.568,222.764 441.722,222.764L453.552,222.764L453.552,231.42ZM443.302,219.312L453.552,189.743L453.552,219.312L443.302,219.312Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M475.33,188.221C475.33,189.301 475.166,190.222 474.838,190.985C474.511,191.748 474.115,192.129 473.651,192.129C473.198,192.129 472.805,191.742 472.472,190.967C472.139,190.193 471.973,189.277 471.973,188.221C471.973,187.141 472.137,186.219 472.464,185.456C472.792,184.693 473.188,184.312 473.651,184.312C474.125,184.312 474.523,184.688 474.846,185.439C475.168,186.19 475.33,187.117 475.33,188.221ZM475.315,202.236C475.315,203.316 475.148,204.237 474.816,205C474.483,205.763 474.085,206.145 473.621,206.145C473.167,206.145 472.774,205.757 472.442,204.983C472.109,204.208 471.943,203.292 471.943,202.236C471.943,201.156 472.106,200.229 472.434,199.454C472.762,198.679 473.157,198.292 473.621,198.292C474.095,198.292 474.496,198.673 474.823,199.436C475.151,200.199 475.315,201.132 475.315,202.236ZM475.315,216.251C475.315,217.331 475.148,218.252 474.816,219.015C474.483,219.778 474.085,220.16 473.621,220.16C473.167,220.16 472.774,219.772 472.442,218.998C472.109,218.223 471.943,217.307 471.943,216.251C471.943,215.171 472.106,214.244 472.434,213.469C472.762,212.694 473.157,212.307 473.621,212.307C474.095,212.307 474.496,212.689 474.823,213.452C475.151,214.215 475.315,215.148 475.315,216.251ZM475.315,230.231C475.315,231.311 475.148,232.232 474.816,232.995C474.483,233.758 474.085,234.14 473.621,234.14C473.167,234.14 472.774,233.752 472.442,232.978C472.109,232.203 471.943,231.287 471.943,230.231C471.943,229.151 472.106,228.224 472.434,227.449C472.762,226.674 473.157,226.287 473.621,226.287C474.095,226.287 474.496,226.669 474.823,227.432C475.151,228.195 475.315,229.128 475.315,230.231Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M475.33,188.221C475.33,189.301 475.166,190.222 474.838,190.985C474.511,191.748 474.115,192.129 473.651,192.129C473.198,192.129 472.805,191.742 472.472,190.967C472.139,190.193 471.973,189.277 471.973,188.221C471.973,187.141 472.137,186.219 472.464,185.456C472.792,184.693 473.188,184.312 473.651,184.312C474.125,184.312 474.523,184.688 474.846,185.439C475.168,186.19 475.33,187.117 475.33,188.221ZM475.315,202.236C475.315,203.316 475.148,204.237 474.816,205C474.483,205.763 474.085,206.145 473.621,206.145C473.167,206.145 472.774,205.757 472.442,204.983C472.109,204.208 471.943,203.292 471.943,202.236C471.943,201.156 472.106,200.229 472.434,199.454C472.762,198.679 473.157,198.292 473.621,198.292C474.095,198.292 474.496,198.673 474.823,199.436C475.151,200.199 475.315,201.132 475.315,202.236ZM475.315,216.251C475.315,217.331 475.148,218.252 474.816,219.015C474.483,219.778 474.085,220.16 473.621,220.16C473.167,220.16 472.774,219.772 472.442,218.998C472.109,218.223 471.943,217.307 471.943,216.251C471.943,215.171 472.106,214.244 472.434,213.469C472.762,212.694 473.157,212.307 473.621,212.307C474.095,212.307 474.496,212.689 474.823,213.452C475.151,214.215 475.315,215.148 475.315,216.251ZM475.315,230.231C475.315,231.311 475.148,232.232 474.816,232.995C474.483,233.758 474.085,234.14 473.621,234.14C473.167,234.14 472.774,233.752 472.442,232.978C472.109,232.203 471.943,231.287 471.943,230.231C471.943,229.151 472.106,228.224 472.434,227.449C472.762,226.674 473.157,226.287 473.621,226.287C474.095,226.287 474.496,226.669 474.823,227.432C475.151,228.195 475.315,229.128 475.315,230.231Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M490.088,231.419C490.088,232.356 490.428,233.149 490.83,233.149C491.262,233.149 491.602,232.356 491.602,231.419L491.602,199.549C491.602,198.539 491.262,197.818 490.83,197.818C490.428,197.818 490.088,198.539 490.088,199.549L490.088,231.419ZM490.088,189.671C490.088,190.68 490.428,191.545 490.83,191.545C491.262,191.545 491.602,190.68 491.602,189.671L491.602,188.012C491.602,187.075 491.262,186.281 490.83,186.281C490.428,186.281 490.088,187.075 490.088,188.012L490.088,189.671Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M490.088,231.419C490.088,232.356 490.428,233.149 490.83,233.149C491.262,233.149 491.602,232.356 491.602,231.419L491.602,199.549C491.602,198.539 491.262,197.818 490.83,197.818C490.428,197.818 490.088,198.539 490.088,199.549L490.088,231.419ZM490.088,189.671C490.088,190.68 490.428,191.545 490.83,191.545C491.262,191.545 491.602,190.68 491.602,189.671L491.602,188.012C491.602,187.075 491.262,186.281 490.83,186.281C490.428,186.281 490.088,187.075 490.088,188.012L490.088,189.671Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M509.598,231.418C509.598,232.428 509.937,233.149 510.339,233.149C510.74,233.149 511.08,232.428 511.08,231.418L511.08,212.235C511.08,204.374 508.328,197.892 504.92,197.892C503.03,197.892 501.326,199.906 500.211,203.004L500.211,199.619C500.211,198.684 499.902,197.892 499.5,197.892C499.068,197.892 498.759,198.684 498.759,199.619L498.759,231.851C498.759,231.851 498.79,231.923 498.79,231.995C498.79,232.068 498.79,232.14 498.821,232.212C498.914,232.645 499.099,233.005 499.315,233.149L499.5,233.149C499.717,233.149 499.933,232.933 500.056,232.5C500.149,232.284 500.18,231.995 500.211,231.707L500.211,212.235C500.273,206.249 502.348,201.345 504.92,201.345C507.522,201.345 509.598,206.249 509.598,212.235L509.598,231.418Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M509.598,231.418C509.598,232.428 509.937,233.149 510.339,233.149C510.74,233.149 511.08,232.428 511.08,231.418L511.08,212.235C511.08,204.374 508.328,197.892 504.92,197.892C503.03,197.892 501.326,199.906 500.211,203.004L500.211,199.619C500.211,198.684 499.902,197.892 499.5,197.892C499.068,197.892 498.759,198.684 498.759,199.619L498.759,231.851C498.759,231.851 498.79,231.923 498.79,231.995C498.79,232.068 498.79,232.14 498.821,232.212C498.914,232.645 499.099,233.005 499.315,233.149L499.5,233.149C499.717,233.149 499.933,232.933 500.056,232.5C500.149,232.284 500.18,231.995 500.211,231.707L500.211,212.235C500.273,206.249 502.348,201.345 504.92,201.345C507.522,201.345 509.598,206.249 509.598,212.235L509.598,231.418Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M523.684,182.675C522.476,182.675 521.361,183.323 520.62,185.193C519.909,187.145 519.662,189.833 519.631,193.465L519.631,197.243L517.618,197.243C517.215,197.243 516.875,198.035 516.875,198.97C516.875,199.977 517.215,200.768 517.618,200.768L519.631,200.768L519.631,231.422C519.631,232.358 519.971,233.149 520.403,233.149C520.805,233.149 521.145,232.358 521.145,231.422L521.145,200.768L523.281,200.768C523.715,200.768 524.056,199.977 524.056,198.97C524.056,198.035 523.715,197.243 523.281,197.243L521.145,197.243L521.145,193.465C521.145,190.196 521.423,188.452 521.764,187.581C522.074,186.709 522.631,186.2 523.684,186.2C524.087,186.2 524.427,185.409 524.427,184.474C524.427,183.467 524.087,182.675 523.684,182.675Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M523.684,182.675C522.476,182.675 521.361,183.323 520.62,185.193C519.909,187.145 519.662,189.833 519.631,193.465L519.631,197.243L517.618,197.243C517.215,197.243 516.875,198.035 516.875,198.97C516.875,199.977 517.215,200.768 517.618,200.768L519.631,200.768L519.631,231.422C519.631,232.358 519.971,233.149 520.403,233.149C520.805,233.149 521.145,232.358 521.145,231.422L521.145,200.768L523.281,200.768C523.715,200.768 524.056,199.977 524.056,198.97C524.056,198.035 523.715,197.243 523.281,197.243L521.145,197.243L521.145,193.465C521.145,190.196 521.423,188.452 521.764,187.581C522.074,186.709 522.631,186.2 523.684,186.2C524.087,186.2 524.427,185.409 524.427,184.474C524.427,183.467 524.087,182.675 523.684,182.675Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M527.868,215.485C527.868,225.08 531.086,233.149 535.051,233.149C539.047,233.149 542.233,225.08 542.233,215.485C542.233,205.89 539.047,197.82 535.051,197.82C531.086,197.82 527.868,205.89 527.868,215.485ZM529.351,215.485C529.351,207.621 531.953,201.201 535.051,201.201C538.149,201.201 540.751,207.621 540.751,215.485C540.751,223.348 538.149,229.697 535.051,229.697C531.953,229.697 529.351,223.348 529.351,215.485Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M527.868,215.485C527.868,225.08 531.086,233.149 535.051,233.149C539.047,233.149 542.233,225.08 542.233,215.485C542.233,205.89 539.047,197.82 535.051,197.82C531.086,197.82 527.868,205.89 527.868,215.485ZM529.351,215.485C529.351,207.621 531.953,201.201 535.051,201.201C538.149,201.201 540.751,207.621 540.751,215.485C540.751,223.348 538.149,229.697 535.051,229.697C531.953,229.697 529.351,223.348 529.351,215.485Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M546.697,207.84C546.697,221.899 551.527,233.149 557.564,233.149C558.494,233.149 559.392,232.862 560.229,232.358C560.632,232.214 560.91,231.207 560.755,230.272C560.724,229.264 560.291,228.83 559.888,229.047C559.113,229.552 558.37,229.625 557.564,229.625C552.425,229.625 548.21,219.811 548.21,207.84C548.21,195.941 552.425,186.2 557.564,186.2C562.673,186.2 566.887,195.941 566.887,207.84C566.887,211.448 566.546,214.839 565.864,217.725C565.74,218.444 564.996,220.963 564.067,221.466L563.819,221.466C563.509,221.466 563.354,221.25 563.261,220.963C563.168,220.531 563.044,219.811 563.075,219.38L563.044,219.38L563.044,207.84C563.044,200.481 560.632,194.359 557.564,194.359C554.497,194.359 552.023,200.481 552.023,207.84C552.023,215.272 554.497,221.466 557.564,221.466C559.175,221.466 560.539,219.811 561.561,217.148L561.561,219.596C561.561,220.819 561.746,221.972 562.055,223.055C562.395,224.138 562.982,225.004 563.819,225.004C564.005,225.004 564.221,225.004 564.438,224.859C566.267,223.632 567.165,219.596 567.258,219.38C567.999,215.993 568.401,212.097 568.401,207.84C568.401,193.858 563.571,182.675 557.564,182.675C551.527,182.675 546.697,193.858 546.697,207.84ZM553.629,207.84C553.629,202.357 555.395,197.883 557.564,197.883C559.702,197.883 561.53,202.357 561.53,207.84C561.53,213.396 559.702,217.725 557.564,217.725C555.395,217.725 553.629,213.396 553.629,207.84Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M546.697,207.84C546.697,221.899 551.527,233.149 557.564,233.149C558.494,233.149 559.392,232.862 560.229,232.358C560.632,232.214 560.91,231.207 560.755,230.272C560.724,229.264 560.291,228.83 559.888,229.047C559.113,229.552 558.37,229.625 557.564,229.625C552.425,229.625 548.21,219.811 548.21,207.84C548.21,195.941 552.425,186.2 557.564,186.2C562.673,186.2 566.887,195.941 566.887,207.84C566.887,211.448 566.546,214.839 565.864,217.725C565.74,218.444 564.996,220.963 564.067,221.466L563.819,221.466C563.509,221.466 563.354,221.25 563.261,220.963C563.168,220.531 563.044,219.811 563.075,219.38L563.044,219.38L563.044,207.84C563.044,200.481 560.632,194.359 557.564,194.359C554.497,194.359 552.023,200.481 552.023,207.84C552.023,215.272 554.497,221.466 557.564,221.466C559.175,221.466 560.539,219.811 561.561,217.148L561.561,219.596C561.561,220.819 561.746,221.972 562.055,223.055C562.395,224.138 562.982,225.004 563.819,225.004C564.005,225.004 564.221,225.004 564.438,224.859C566.267,223.632 567.165,219.596 567.258,219.38C567.999,215.993 568.401,212.097 568.401,207.84C568.401,193.858 563.571,182.675 557.564,182.675C551.527,182.675 546.697,193.858 546.697,207.84ZM553.629,207.84C553.629,202.357 555.395,197.883 557.564,197.883C559.702,197.883 561.53,202.357 561.53,207.84C561.53,213.396 559.702,217.725 557.564,217.725C555.395,217.725 553.629,213.396 553.629,207.84Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M577.321,228.11C578.56,230.416 580.48,233.077 582.927,233.149C584.413,233.149 585.652,232.142 586.705,230.344C587.726,228.542 588.439,226.162 588.439,223.204C588.439,220.246 587.726,217.505 586.736,215.99C585.683,214.619 584.506,213.609 583.05,213.104L582.988,213.104C581.595,212.599 580.573,211.733 579.892,210.651C579.303,209.569 579.025,208.559 579.025,207.116C579.025,205.674 579.365,204.231 579.985,203.076C580.635,201.85 581.626,201.057 582.865,201.057C584.351,201.057 585.466,202.86 586.581,204.591C586.921,205.096 587.386,204.88 587.603,204.086C587.819,203.293 587.726,202.211 587.386,201.634C586.209,199.906 584.816,197.82 582.865,197.82C581.316,197.82 580.047,198.755 579.149,200.194C578.189,201.85 577.507,204.303 577.507,207.116C577.507,209.858 578.189,212.166 579.149,213.465C580.016,214.908 581.223,215.629 582.586,216.206L582.648,216.278C584.134,216.855 585.218,217.721 585.868,218.875C586.643,220.39 586.921,221.545 586.952,223.204C586.952,224.791 586.55,226.378 585.807,227.532C585.125,228.831 584.103,229.697 582.927,229.697C581.007,229.697 579.334,227.388 578.281,225.585C577.941,224.935 577.476,225.08 577.229,225.801C576.981,226.522 577.012,227.46 577.321,228.11Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M577.321,228.11C578.56,230.416 580.48,233.077 582.927,233.149C584.413,233.149 585.652,232.142 586.705,230.344C587.726,228.542 588.439,226.162 588.439,223.204C588.439,220.246 587.726,217.505 586.736,215.99C585.683,214.619 584.506,213.609 583.05,213.104L582.988,213.104C581.595,212.599 580.573,211.733 579.892,210.651C579.303,209.569 579.025,208.559 579.025,207.116C579.025,205.674 579.365,204.231 579.985,203.076C580.635,201.85 581.626,201.057 582.865,201.057C584.351,201.057 585.466,202.86 586.581,204.591C586.921,205.096 587.386,204.88 587.603,204.086C587.819,203.293 587.726,202.211 587.386,201.634C586.209,199.906 584.816,197.82 582.865,197.82C581.316,197.82 580.047,198.755 579.149,200.194C578.189,201.85 577.507,204.303 577.507,207.116C577.507,209.858 578.189,212.166 579.149,213.465C580.016,214.908 581.223,215.629 582.586,216.206L582.648,216.278C584.134,216.855 585.218,217.721 585.868,218.875C586.643,220.39 586.921,221.545 586.952,223.204C586.952,224.791 586.55,226.378 585.807,227.532C585.125,228.831 584.103,229.697 582.927,229.697C581.007,229.697 579.334,227.388 578.281,225.585C577.941,224.935 577.476,225.08 577.229,225.801C576.981,226.522 577.012,227.46 577.321,228.11Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M615.227,231.491C615.227,232.356 615.536,233.149 615.938,233.149C616.37,233.149 616.679,232.356 616.679,231.491L616.679,212.235C616.679,204.302 613.926,197.892 610.518,197.892C608.195,197.892 606.15,200.913 605.068,205.384C604.017,200.913 602.003,197.892 599.649,197.892C597.759,197.892 596.086,199.834 594.971,202.932L594.971,199.547C594.971,198.612 594.662,197.892 594.23,197.892C593.859,197.892 593.519,198.612 593.519,199.547L593.519,231.851C593.612,232.5 593.859,233.077 594.137,233.149L594.322,233.149C594.384,233.221 594.415,233.221 594.446,233.149C594.508,233.149 594.6,233.005 594.631,232.932C594.847,232.643 594.971,232.137 594.971,231.559L594.971,212.26C594.971,206.26 597.047,201.273 599.649,201.273C602.251,201.273 604.327,206.26 604.327,212.26L604.327,231.851C604.358,231.923 604.358,231.995 604.358,232.068C604.389,232.14 604.389,232.212 604.389,232.212C604.42,232.284 604.42,232.284 604.42,232.356C604.451,232.356 604.451,232.428 604.481,232.5L604.574,232.717C604.605,232.789 604.636,232.861 604.667,232.861C604.729,233.005 604.79,233.149 604.852,233.149C604.852,233.077 604.883,233.149 604.914,233.149L605.068,233.149C605.192,233.149 605.315,233.077 605.439,232.933C605.593,232.717 605.748,232.428 605.81,231.995L605.81,231.851C605.81,231.851 605.84,231.779 605.84,231.707L605.84,212.235C605.84,206.249 607.947,201.273 610.518,201.273C613.121,201.273 615.166,206.249 615.227,212.235L615.227,231.491Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M615.227,231.491C615.227,232.356 615.536,233.149 615.938,233.149C616.37,233.149 616.679,232.356 616.679,231.491L616.679,212.235C616.679,204.302 613.926,197.892 610.518,197.892C608.195,197.892 606.15,200.913 605.068,205.384C604.017,200.913 602.003,197.892 599.649,197.892C597.759,197.892 596.086,199.834 594.971,202.932L594.971,199.547C594.971,198.612 594.662,197.892 594.23,197.892C593.859,197.892 593.519,198.612 593.519,199.547L593.519,231.851C593.612,232.5 593.859,233.077 594.137,233.149L594.322,233.149C594.384,233.221 594.415,233.221 594.446,233.149C594.508,233.149 594.6,233.005 594.631,232.932C594.847,232.643 594.971,232.137 594.971,231.559L594.971,212.26C594.971,206.26 597.047,201.273 599.649,201.273C602.251,201.273 604.327,206.26 604.327,212.26L604.327,231.851C604.358,231.923 604.358,231.995 604.358,232.068C604.389,232.14 604.389,232.212 604.389,232.212C604.42,232.284 604.42,232.284 604.42,232.356C604.451,232.356 604.451,232.428 604.481,232.5L604.574,232.717C604.605,232.789 604.636,232.861 604.667,232.861C604.729,233.005 604.79,233.149 604.852,233.149C604.852,233.077 604.883,233.149 604.914,233.149L605.068,233.149C605.192,233.149 605.315,233.077 605.439,232.933C605.593,232.717 605.748,232.428 605.81,231.995L605.81,231.851C605.81,231.851 605.84,231.779 605.84,231.707L605.84,212.235C605.84,206.249 607.947,201.273 610.518,201.273C613.121,201.273 615.166,206.249 615.227,212.235L615.227,231.491Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M634.952,197.82C634.55,197.82 634.21,198.54 634.21,199.547L634.21,204.736C632.909,200.554 630.834,197.82 628.511,197.82C624.514,197.82 621.328,205.818 621.328,215.485C621.328,225.152 624.514,233.149 628.511,233.149C630.834,233.149 632.909,230.344 634.21,226.162L634.21,231.423C634.21,232.358 634.55,233.149 634.952,233.149C635.353,233.149 635.693,232.358 635.693,231.423L635.693,199.547C635.693,198.54 635.353,197.82 634.952,197.82ZM628.511,229.697C625.413,229.697 622.811,223.42 622.811,215.485C622.811,207.549 625.413,201.201 628.511,201.201C631.639,201.201 634.21,207.549 634.21,215.485C634.21,223.42 631.639,229.697 628.511,229.697Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M634.952,197.82C634.55,197.82 634.21,198.54 634.21,199.547L634.21,204.736C632.909,200.554 630.834,197.82 628.511,197.82C624.514,197.82 621.328,205.818 621.328,215.485C621.328,225.152 624.514,233.149 628.511,233.149C630.834,233.149 632.909,230.344 634.21,226.162L634.21,231.423C634.21,232.358 634.55,233.149 634.952,233.149C635.353,233.149 635.693,232.358 635.693,231.423L635.693,199.547C635.693,198.54 635.353,197.82 634.952,197.82ZM628.511,229.697C625.413,229.697 622.811,223.42 622.811,215.485C622.811,207.549 625.413,201.201 628.511,201.201C631.639,201.201 634.21,207.549 634.21,215.485C634.21,223.42 631.639,229.697 628.511,229.697Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M642.138,231.418C642.138,232.428 642.478,233.149 642.91,233.149C643.281,233.149 643.621,232.428 643.621,231.418L643.621,215.913C643.621,215.769 643.621,215.625 643.683,215.336C643.899,213.894 644.488,210.288 645.51,207.115C646.563,203.941 647.925,201.345 649.907,201.345C650.31,201.345 650.65,200.554 650.65,199.619C650.65,198.612 650.31,197.892 649.907,197.892C646.996,197.892 644.983,202.355 643.837,206.538C643.745,206.826 643.683,207.115 643.621,207.403L643.621,199.619C643.621,198.612 643.281,197.892 642.91,197.892C642.478,197.892 642.138,198.612 642.138,199.619L642.138,231.418Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M642.138,231.418C642.138,232.428 642.478,233.149 642.91,233.149C643.281,233.149 643.621,232.428 643.621,231.418L643.621,215.913C643.621,215.769 643.621,215.625 643.683,215.336C643.899,213.894 644.488,210.288 645.51,207.115C646.563,203.941 647.925,201.345 649.907,201.345C650.31,201.345 650.65,200.554 650.65,199.619C650.65,198.612 650.31,197.892 649.907,197.892C646.996,197.892 644.983,202.355 643.837,206.538C643.745,206.826 643.683,207.115 643.621,207.403L643.621,199.619C643.621,198.612 643.281,197.892 642.91,197.892C642.478,197.892 642.138,198.612 642.138,199.619L642.138,231.418Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M660.281,197.82L658.33,197.82L658.33,184.695C658.33,183.829 657.929,182.964 657.527,182.964C657.156,182.964 656.786,183.829 656.786,184.695L656.786,197.82L654.897,197.82C654.153,197.82 654.153,198.683 654.153,199.547C654.153,200.41 654.153,201.273 654.897,201.273L656.786,201.273L656.786,227.019C656.786,230.553 657.929,233.149 659.445,233.149C659.817,233.149 660.219,232.284 660.219,231.418C660.219,230.553 659.817,229.616 659.445,229.616C659.073,229.616 658.33,228.75 658.33,227.019L658.33,201.273L660.281,201.273C660.653,201.273 661.024,200.41 661.024,199.547C661.024,198.683 660.653,197.82 660.281,197.82Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M660.281,197.82L658.33,197.82L658.33,184.695C658.33,183.829 657.929,182.964 657.527,182.964C657.156,182.964 656.786,183.829 656.786,184.695L656.786,197.82L654.897,197.82C654.153,197.82 654.153,198.683 654.153,199.547C654.153,200.41 654.153,201.273 654.897,201.273L656.786,201.273L656.786,227.019C656.786,230.553 657.929,233.149 659.445,233.149C659.817,233.149 660.219,232.284 660.219,231.418C660.219,230.553 659.817,229.616 659.445,229.616C659.073,229.616 658.33,228.75 658.33,227.019L658.33,201.273L660.281,201.273C660.653,201.273 661.024,200.41 661.024,199.547C661.024,198.683 660.653,197.82 660.281,197.82Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M679.173,197.82C678.772,197.82 678.432,198.54 678.432,199.547L678.432,204.736C677.131,200.554 675.055,197.82 672.732,197.82C668.736,197.82 665.55,205.818 665.55,215.485C665.55,225.152 668.736,233.149 672.732,233.149C675.055,233.149 677.131,230.344 678.432,226.162L678.432,231.423C678.432,232.358 678.772,233.149 679.173,233.149C679.575,233.149 679.915,232.358 679.915,231.423L679.915,199.547C679.915,198.54 679.575,197.82 679.173,197.82ZM672.732,229.697C669.634,229.697 667.032,223.42 667.032,215.485C667.032,207.549 669.634,201.201 672.732,201.201C675.861,201.201 678.432,207.549 678.432,215.485C678.432,223.42 675.861,229.697 672.732,229.697Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M679.173,197.82C678.772,197.82 678.432,198.54 678.432,199.547L678.432,204.736C677.131,200.554 675.055,197.82 672.732,197.82C668.736,197.82 665.55,205.818 665.55,215.485C665.55,225.152 668.736,233.149 672.732,233.149C675.055,233.149 677.131,230.344 678.432,226.162L678.432,231.423C678.432,232.358 678.772,233.149 679.173,233.149C679.575,233.149 679.915,232.358 679.915,231.423L679.915,199.547C679.915,198.54 679.575,197.82 679.173,197.82ZM672.732,229.697C669.634,229.697 667.032,223.42 667.032,215.485C667.032,207.549 669.634,201.201 672.732,201.201C675.861,201.201 678.432,207.549 678.432,215.485C678.432,223.42 675.861,229.697 672.732,229.697Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M690.755,233.077C690.786,233.149 690.786,233.149 690.817,233.149L691.065,233.149C691.22,233.149 691.436,233.005 691.56,232.645C691.653,232.356 691.715,232.068 691.746,231.779L697.413,200.48C697.568,199.614 697.413,198.605 697.041,198.244C696.67,197.883 696.205,198.316 696.081,199.182L691.034,227.019L685.986,199.182C685.862,198.316 685.398,197.883 685.026,198.244C684.685,198.605 684.5,199.614 684.654,200.48L690.352,232.068C690.414,232.428 690.507,232.645 690.6,232.861C690.662,232.933 690.693,233.005 690.755,233.005L690.755,233.077Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M690.755,233.077C690.786,233.149 690.786,233.149 690.817,233.149L691.065,233.149C691.22,233.149 691.436,233.005 691.56,232.645C691.653,232.356 691.715,232.068 691.746,231.779L697.413,200.48C697.568,199.614 697.413,198.605 697.041,198.244C696.67,197.883 696.205,198.316 696.081,199.182L691.034,227.019L685.986,199.182C685.862,198.316 685.398,197.883 685.026,198.244C684.685,198.605 684.5,199.614 684.654,200.48L690.352,232.068C690.414,232.428 690.507,232.645 690.6,232.861C690.662,232.933 690.693,233.005 690.755,233.005L690.755,233.077Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M709.55,233.149C711.346,233.149 713.05,231.711 714.319,229.408C714.691,228.759 714.753,227.677 714.474,226.883C714.226,226.234 713.793,226.017 713.452,226.595C712.368,228.542 711.006,229.697 709.55,229.697C706.02,229.697 703.233,223.348 703.233,215.413C703.233,207.621 706.02,201.201 709.55,201.201C711.006,201.201 712.368,202.355 713.452,204.375C713.793,204.952 714.226,204.736 714.474,204.086C714.753,203.293 714.691,202.211 714.381,201.706C713.05,199.259 711.346,197.82 709.55,197.82C705.215,197.82 701.75,205.601 701.75,215.413C701.75,225.368 705.215,233.149 709.55,233.149Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M709.55,233.149C711.346,233.149 713.05,231.711 714.319,229.408C714.691,228.759 714.753,227.677 714.474,226.883C714.226,226.234 713.793,226.017 713.452,226.595C712.368,228.542 711.006,229.697 709.55,229.697C706.02,229.697 703.233,223.348 703.233,215.413C703.233,207.621 706.02,201.201 709.55,201.201C711.006,201.201 712.368,202.355 713.452,204.375C713.793,204.952 714.226,204.736 714.474,204.086C714.753,203.293 714.691,202.211 714.381,201.706C713.05,199.259 711.346,197.82 709.55,197.82C705.215,197.82 701.75,205.601 701.75,215.413C701.75,225.368 705.215,233.149 709.55,233.149Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M719.34,215.485C719.34,225.08 722.557,233.149 726.522,233.149C730.518,233.149 733.705,225.08 733.705,215.485C733.705,205.89 730.518,197.82 726.522,197.82C722.557,197.82 719.34,205.89 719.34,215.485ZM720.822,215.485C720.822,207.621 723.425,201.201 726.522,201.201C729.62,201.201 732.222,207.621 732.222,215.485C732.222,223.348 729.62,229.697 726.522,229.697C723.425,229.697 720.822,223.348 720.822,215.485Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M719.34,215.485C719.34,225.08 722.557,233.149 726.522,233.149C730.518,233.149 733.705,225.08 733.705,215.485C733.705,205.89 730.518,197.82 726.522,197.82C722.557,197.82 719.34,205.89 719.34,215.485ZM720.822,215.485C720.822,207.621 723.425,201.201 726.522,201.201C729.62,201.201 732.222,207.621 732.222,215.485C732.222,223.348 729.62,229.697 726.522,229.697C723.425,229.697 720.822,223.348 720.822,215.485Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M750.245,231.418C750.245,232.428 750.585,233.149 750.987,233.149C751.388,233.149 751.728,232.428 751.728,231.418L751.728,212.235C751.728,204.374 748.975,197.892 745.567,197.892C743.678,197.892 741.974,199.906 740.858,203.004L740.858,199.619C740.858,198.684 740.549,197.892 740.148,197.892C739.716,197.892 739.407,198.684 739.407,199.619L739.407,231.851C739.407,231.851 739.438,231.923 739.438,231.995C739.438,232.068 739.438,232.14 739.469,232.212C739.561,232.645 739.746,233.005 739.963,233.149L740.148,233.149C740.364,233.149 740.58,232.933 740.704,232.5C740.797,232.284 740.827,231.995 740.858,231.707L740.858,212.235C740.92,206.249 742.996,201.345 745.567,201.345C748.17,201.345 750.245,206.249 750.245,212.235L750.245,231.418Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M750.245,231.418C750.245,232.428 750.585,233.149 750.987,233.149C751.388,233.149 751.728,232.428 751.728,231.418L751.728,212.235C751.728,204.374 748.975,197.892 745.567,197.892C743.678,197.892 741.974,199.906 740.858,203.004L740.858,199.619C740.858,198.684 740.549,197.892 740.148,197.892C739.716,197.892 739.407,198.684 739.407,199.619L739.407,231.851C739.407,231.851 739.438,231.923 739.438,231.995C739.438,232.068 739.438,232.14 739.469,232.212C739.561,232.645 739.746,233.005 739.963,233.149L740.148,233.149C740.364,233.149 740.58,232.933 740.704,232.5C740.797,232.284 740.827,231.995 740.858,231.707L740.858,212.235C740.92,206.249 742.996,201.345 745.567,201.345C748.17,201.345 750.245,206.249 750.245,212.235L750.245,231.418Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M762.938,197.82L760.987,197.82L760.987,184.695C760.987,183.829 760.586,182.964 760.184,182.964C759.813,182.964 759.443,183.829 759.443,184.695L759.443,197.82L757.554,197.82C756.81,197.82 756.81,198.683 756.81,199.547C756.81,200.41 756.81,201.273 757.554,201.273L759.443,201.273L759.443,227.019C759.443,230.553 760.586,233.149 762.102,233.149C762.474,233.149 762.876,232.284 762.876,231.418C762.876,230.553 762.474,229.616 762.102,229.616C761.73,229.616 760.987,228.75 760.987,227.019L760.987,201.273L762.938,201.273C763.31,201.273 763.681,200.41 763.681,199.547C763.681,198.683 763.31,197.82 762.938,197.82Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M762.938,197.82L760.987,197.82L760.987,184.695C760.987,183.829 760.586,182.964 760.184,182.964C759.813,182.964 759.443,183.829 759.443,184.695L759.443,197.82L757.554,197.82C756.81,197.82 756.81,198.683 756.81,199.547C756.81,200.41 756.81,201.273 757.554,201.273L759.443,201.273L759.443,227.019C759.443,230.553 760.586,233.149 762.102,233.149C762.474,233.149 762.876,232.284 762.876,231.418C762.876,230.553 762.474,229.616 762.102,229.616C761.73,229.616 760.987,228.75 760.987,227.019L760.987,201.273L762.938,201.273C763.31,201.273 763.681,200.41 763.681,199.547C763.681,198.683 763.31,197.82 762.938,197.82Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M768.609,231.418C768.609,232.428 768.949,233.149 769.381,233.149C769.752,233.149 770.092,232.428 770.092,231.418L770.092,215.913C770.092,215.769 770.092,215.625 770.153,215.336C770.37,213.894 770.959,210.288 771.981,207.115C773.033,203.941 774.396,201.345 776.378,201.345C776.781,201.345 777.121,200.554 777.121,199.619C777.121,198.612 776.781,197.892 776.378,197.892C773.467,197.892 771.454,202.355 770.308,206.538C770.215,206.826 770.153,207.115 770.092,207.403L770.092,199.619C770.092,198.612 769.752,197.892 769.381,197.892C768.949,197.892 768.609,198.612 768.609,199.619L768.609,231.418Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M768.609,231.418C768.609,232.428 768.949,233.149 769.381,233.149C769.752,233.149 770.092,232.428 770.092,231.418L770.092,215.913C770.092,215.769 770.092,215.625 770.153,215.336C770.37,213.894 770.959,210.288 771.981,207.115C773.033,203.941 774.396,201.345 776.378,201.345C776.781,201.345 777.121,200.554 777.121,199.619C777.121,198.612 776.781,197.892 776.378,197.892C773.467,197.892 771.454,202.355 770.308,206.538C770.215,206.826 770.153,207.115 770.092,207.403L770.092,199.619C770.092,198.612 769.752,197.892 769.381,197.892C768.949,197.892 768.609,198.612 768.609,199.619L768.609,231.418Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M780.717,215.485C780.717,225.08 783.935,233.149 787.9,233.149C791.896,233.149 795.082,225.08 795.082,215.485C795.082,205.89 791.896,197.82 787.9,197.82C783.935,197.82 780.717,205.89 780.717,215.485ZM782.2,215.485C782.2,207.621 784.802,201.201 787.9,201.201C790.998,201.201 793.6,207.621 793.6,215.485C793.6,223.348 790.998,229.697 787.9,229.697C784.802,229.697 782.2,223.348 782.2,215.485Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M780.717,215.485C780.717,225.08 783.935,233.149 787.9,233.149C791.896,233.149 795.082,225.08 795.082,215.485C795.082,205.89 791.896,197.82 787.9,197.82C783.935,197.82 780.717,205.89 780.717,215.485ZM782.2,215.485C782.2,207.621 784.802,201.201 787.9,201.201C790.998,201.201 793.6,207.621 793.6,215.485C793.6,223.348 790.998,229.697 787.9,229.697C784.802,229.697 782.2,223.348 782.2,215.485Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M801.001,231.419C801.001,232.356 801.341,233.149 801.742,233.149C802.175,233.149 802.514,232.356 802.514,231.419L802.514,184.406C802.514,183.469 802.175,182.675 801.742,182.675C801.341,182.675 801.001,183.469 801.001,184.406L801.001,231.419Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M801.001,231.419C801.001,232.356 801.341,233.149 801.742,233.149C802.175,233.149 802.514,232.356 802.514,231.419L802.514,184.406C802.514,183.469 802.175,182.675 801.742,182.675C801.341,182.675 801.001,183.469 801.001,184.406L801.001,231.419Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M808.154,229.548C808.154,231.565 808.835,233.149 809.701,233.149C810.567,233.149 811.247,231.565 811.247,229.548C811.247,227.531 810.567,225.946 809.701,225.946C808.835,225.946 808.154,227.531 808.154,229.548Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M808.154,229.548C808.154,231.565 808.835,233.149 809.701,233.149C810.567,233.149 811.247,231.565 811.247,229.548C811.247,227.531 810.567,225.946 809.701,225.946C808.835,225.946 808.154,227.531 808.154,229.548Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M826.766,231.418C826.766,232.356 827.106,233.149 827.507,233.149C827.94,233.149 828.279,232.356 828.279,231.418L828.279,211.73C828.279,203.581 825.434,197.82 821.933,197.82C820.012,197.82 818.277,199.834 817.131,203.004L817.131,184.406C817.131,183.469 816.791,182.675 816.359,182.675C815.957,182.675 815.618,183.469 815.618,184.406L815.618,231.418C815.618,231.635 815.618,231.779 815.648,231.995C815.679,232.212 815.71,232.356 815.772,232.572C815.926,232.933 816.143,233.149 816.359,233.149L816.513,233.149C816.544,233.149 816.575,233.077 816.575,233.077C816.791,232.933 816.946,232.645 817.038,232.212C817.069,232.14 817.069,232.068 817.1,231.923C817.1,231.851 817.131,231.779 817.131,231.635L817.131,211.73C817.131,205.528 819.3,201.345 821.933,201.345C824.597,201.345 826.766,205.528 826.766,211.73L826.766,231.418Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M826.766,231.418C826.766,232.356 827.106,233.149 827.507,233.149C827.94,233.149 828.279,232.356 828.279,231.418L828.279,211.73C828.279,203.581 825.434,197.82 821.933,197.82C820.012,197.82 818.277,199.834 817.131,203.004L817.131,184.406C817.131,183.469 816.791,182.675 816.359,182.675C815.957,182.675 815.618,183.469 815.618,184.406L815.618,231.418C815.618,231.635 815.618,231.779 815.648,231.995C815.679,232.212 815.71,232.356 815.772,232.572C815.926,232.933 816.143,233.149 816.359,233.149L816.513,233.149C816.544,233.149 816.575,233.077 816.575,233.077C816.791,232.933 816.946,232.645 817.038,232.212C817.069,232.14 817.069,232.068 817.1,231.923C817.1,231.851 817.131,231.779 817.131,231.635L817.131,211.73C817.131,205.528 819.3,201.345 821.933,201.345C824.597,201.345 826.766,205.528 826.766,211.73L826.766,231.418Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M834.291,218.735C834.291,226.668 837.013,233.149 840.42,233.149C843.89,233.149 846.643,226.668 846.643,218.735L846.643,199.479C846.643,198.469 846.303,197.748 845.871,197.748C845.5,197.748 845.129,198.469 845.129,199.479L845.129,218.735C845.129,224.793 843.023,229.625 840.42,229.697C837.849,229.625 835.773,224.793 835.773,218.735L835.773,199.479C835.773,198.469 835.434,197.748 835.032,197.748C834.631,197.748 834.291,198.469 834.291,199.479L834.291,218.735Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M834.291,218.735C834.291,226.668 837.013,233.149 840.42,233.149C843.89,233.149 846.643,226.668 846.643,218.735L846.643,199.479C846.643,198.469 846.303,197.748 845.871,197.748C845.5,197.748 845.129,198.469 845.129,199.479L845.129,218.735C845.129,224.793 843.023,229.625 840.42,229.697C837.849,229.625 835.773,224.793 835.773,218.735L835.773,199.479C835.773,198.469 835.434,197.748 835.032,197.748C834.631,197.748 834.291,198.469 834.291,199.479L834.291,218.735Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,337.064,-3)'%3E%3Cpath d='M20,8L12,13L4,8L4,6L12,11L20,6M20,4L4,4C2.89,4 2,4.89 2,6L2,18C2,19.097 2.903,20 4,20L20,20C21.097,20 22,19.097 22,18L22,6C22,4.89 21.1,4 20,4Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,-3,-3)'%3E%3Cpath d='M6.62,10.79C8.06,13.62 10.38,15.94 13.21,17.38L15.41,15.18C15.69,14.9 16.08,14.82 16.43,14.93C17.55,15.3 18.75,15.5 20,15.5C20.549,15.5 21,15.951 21,16.5L21,20C21,20.549 20.549,21 20,21C10.674,21 3,13.326 3,4C3,3.451 3.451,3 4,3L7.5,3C8.049,3 8.5,3.451 8.5,4C8.5,5.25 8.7,6.45 9.07,7.57C9.18,7.92 9.1,8.31 8.82,8.59L6.62,10.79Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center ;
	background-size: cover;
	opacity: 0.6;
	scale: 1;
	width:360px;
	height: 18px;
	bottom: 0%;
	left: 50%;
	-ms-transform: translate(50%, 0%);
	transform: translate(50%, 0%);
	margin-bottom: 42px;
	margin-left: -360px;
}

.footer {
	
	animation: fadeIn;	
	animation-duration: 0.8s;
	width: 100%;
	height: 50px;
	position: fixed;
	background-color: transparent;
	z-index: 30;
	bottom: 0.7%;
}
	
.footer-text {
	
	opacity: 0.6;
	font-weight: 500;
	font-size: 13px;
	text-align: center;
	line-height: 1.2;
	transform: translateY(-2px);
}			
	
a {
	
	text-decoration: none;
}

a[href^=tel]{
	
	color:#FFF; text-decoration:none;
}

.img-container-back1 {

	margin-bottom: 0px;
	position: absolute;
	background: transparent;
	height:  min(100vmin, 700px);
	width:  min(100vmin, 700px);
	left: -10;
	z-index: -2;
}	
	
.img-container-back2 {

	margin-bottom: 0px;
	position: absolute;
	background: transparent;
	height:  min(100vmin, 700px);
	width:  min(100vmin, 700px);
	left: -10;
	z-index: -2;
}	

.img-container-back3 {

	margin-bottom: 0px;
	position: absolute;
	background: transparent;
	height:  min(100vmin, 700px);
	width:  min(100vmin, 700px);
	left: -10;
	z-index: -2;
}

.img-container-back4 {

	margin-bottom: 0px;
	position: absolute;
	background: transparent;
	height:  min(100vmin, 700px);
	width:  min(100vmin, 700px);
	left: -10;
	z-index: -2;
}

.img-container1 {

	margin-bottom: 0px;
	position: absolute;
	background: transparent;
	width: 100%;
	height: 100%;
}

.img-container1 img {
	
	height:  min(100vmin, 700px);
	width:  min(100vmin, 700px);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: -1;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
}

.img-container1 img.next {
	
	opacity: 1;
	z-index: 1;
}

.img-container1 img.prev {
	
	opacity: 1;
	z-index: 2;
}

.img-container1 img.fade-out {
	
	opacity: 0;
	transition: visibility 0s 1s, opacity 1s ease-in-out;
	visibility: hidden;
}

.img-container2 {

	margin-bottom: 0px;
	position: absolute;
	background: transparent;
	width: 100%;
	height: 100%;
}

.img-container2 img {
	
	height:  min(100vmin, 700px);
	width:  min(100vmin, 700px);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: -1;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
}

.img-container2 img.next {
	
	opacity: 1;
	z-index: 1;
}

.img-container2 img.prev {
	
	opacity: 1;
	z-index: 2;
}

.img-container2 img.fade-out {
	
	opacity: 0;
	transition: visibility 0s 1s, opacity 1s ease-in-out;
	visibility: hidden;
}

.img-container3 {

	margin-bottom: 0px;
	position: absolute;
	background: transparent;
	width: 100%;
	height: 100%;
}

.img-container3 img {
	
	height:  min(100vmin, 700px);
	width:  min(100vmin, 700px);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: -1;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
}

.img-container3 img.next {
	
	opacity: 1;
	z-index: 1;
}

.img-container3 img.prev {
	
	opacity: 1;
	z-index: 2;
}

.img-container3 img.fade-out {
	
	opacity: 0;
	transition: visibility 0s 1s, opacity 1s ease-in-out;
	visibility: hidden;
}

.img-container4 {

	margin-bottom: 0px;
	position: absolute;
	background: transparent;
	width: 100%;
	height: 100%;
}

.img-container4 img {
	
	height:  min(100vmin, 700px);
	width:  min(100vmin, 700px);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: -1;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
}

.img-container4 img.next {
	
	opacity: 1;
	z-index: 1;
}

.img-container4 img.prev {
	
	opacity: 1;
	z-index: 2;
}

.img-container4 img.fade-out {
	
	opacity: 0;
	transition: visibility 0s 1s, opacity 1s ease-in-out;
	visibility: hidden;
}

.img-container5 {

	margin-bottom: 0px;
	position: absolute;
	background: transparent;
	width: 100%;
	height: 100%;
}

.img-container5 img {
	
	height:  min(100vmin, 700px);
	width:  min(100vmin, 700px);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: -1;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
}

.img-container5 img.next {
	
	opacity: 1;
	z-index: 1;
}

.img-container5 img.prev {
	
	opacity: 1;
	z-index: 2;
}

.img-container5 img.fade-out {
	
	opacity: 0;
	transition: visibility 0s 1s, opacity 1s ease-in-out;
	visibility: hidden;
}